summaryrefslogtreecommitdiffstats
path: root/system/zeroinstall-injector/doinst.sh
diff options
context:
space:
mode:
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