summaryrefslogtreecommitdiff
path: root/system/zeroinstall-injector/doinst.sh
diff options
context:
space:
mode:
authorErik Hanson <erik@slackbuilds.org>2012-04-20 09:17:08 -0400
committerdsomero <xgizzmo@slackbuilds.org>2012-04-20 09:17:08 -0400
commit45acc39720f12c92eb61e68199f748a40b1b6e18 (patch)
tree40f30e887b92613d85f01c549cd6dd151ef0114e /system/zeroinstall-injector/doinst.sh
parentfb6e8a50b0c5801e6b9112d117b8e4bece9e6d59 (diff)
downloadslackbuilds-45acc39720f12c92eb61e68199f748a40b1b6e18.tar.gz
system/zeroinstall-injector: Updated for version 1.7.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/zeroinstall-injector/doinst.sh')
-rw-r--r--system/zeroinstall-injector/doinst.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/zeroinstall-injector/doinst.sh b/system/zeroinstall-injector/doinst.sh
index 24e4bc11e0..11813c3101 100644
--- a/system/zeroinstall-injector/doinst.sh
+++ b/system/zeroinstall-injector/doinst.sh
@@ -2,3 +2,8 @@ if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications &> /dev/null
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