summaryrefslogtreecommitdiffstats
path: root/graphics/kphotoalbum/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/kphotoalbum/doinst.sh')
-rw-r--r--graphics/kphotoalbum/doinst.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/kphotoalbum/doinst.sh b/graphics/kphotoalbum/doinst.sh
index 854e20633d..5934a15ab1 100644
--- a/graphics/kphotoalbum/doinst.sh
+++ b/graphics/kphotoalbum/doinst.sh
@@ -1,3 +1,9 @@
if [ -x /usr/bin/update-desktop-database ]; then
- ./usr/bin/update-desktop-database -q usr/share/applications
+ /usr/bin/update-desktop-database -q usr/share/applications
+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