diff options
Diffstat (limited to 'graphics/digikam/doinst.sh')
-rw-r--r-- | graphics/digikam/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/digikam/doinst.sh b/graphics/digikam/doinst.sh new file mode 100644 index 0000000000..d361c7ea85 --- /dev/null +++ b/graphics/digikam/doinst.sh @@ -0,0 +1,4 @@ +if [ -x usr/bin/update-desktop-database ]; then + usr/bin/update-desktop-database -q opt/kde/share/applications +fi + |