summaryrefslogtreecommitdiffstats
path: root/graphics/digikam/doinst.sh
diff options
context:
space:
mode:
author Niklas Nille Åkerström2010-05-13 00:27:46 +0200
committer David Somero2010-05-13 00:27:46 +0200
commit340d099eb84e1792b3690d654303e479ac213c3d (patch)
treea06381b5ef650949642078f35dfb9a5f1f614c8e /graphics/digikam/doinst.sh
parentc694de2aa113051d2b10fb106d2d4ee7bda77e61 (diff)
downloadslackbuilds-340d099eb84e1792b3690d654303e479ac213c3d.tar.gz
graphics/digikam: Updated for version 1.0.0
Diffstat (limited to 'graphics/digikam/doinst.sh')
-rw-r--r--graphics/digikam/doinst.sh10
1 files changed, 8 insertions, 2 deletions
diff --git a/graphics/digikam/doinst.sh b/graphics/digikam/doinst.sh
index aeae05cd85..36904a5040 100644
--- a/graphics/digikam/doinst.sh
+++ b/graphics/digikam/doinst.sh
@@ -1,4 +1,10 @@
-if [ -x usr/bin/update-desktop-database ]; then
- usr/bin/update-desktop-database -q usr/share/applications/kde
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications/kde4 >/dev/null 2>&1
+fi
+
+if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
+ fi
fi