diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-04-20 09:17:08 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-04-20 09:17:08 -0400 |
commit | 45acc39720f12c92eb61e68199f748a40b1b6e18 (patch) | |
tree | 40f30e887b92613d85f01c549cd6dd151ef0114e /system/zeroinstall-injector/doinst.sh | |
parent | fb6e8a50b0c5801e6b9112d117b8e4bece9e6d59 (diff) |
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.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/zeroinstall-injector/doinst.sh b/system/zeroinstall-injector/doinst.sh index 24e4bc11e095..11813c310171 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 |