summaryrefslogtreecommitdiffstats
path: root/graphics/gtkam/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gtkam/doinst.sh')
-rw-r--r--graphics/gtkam/doinst.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/graphics/gtkam/doinst.sh b/graphics/gtkam/doinst.sh
index d29395de0d..1f8ff67ded 100644
--- a/graphics/gtkam/doinst.sh
+++ b/graphics/gtkam/doinst.sh
@@ -1,5 +1,10 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
-if [ -x usr/bin/update-desktop-database ]; then
- usr/bin/update-desktop-database -q usr/share/applications
+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