summaryrefslogtreecommitdiffstats
path: root/desktop/suru-plus-icon-theme/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/suru-plus-icon-theme/doinst.sh')
-rw-r--r--desktop/suru-plus-icon-theme/doinst.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/suru-plus-icon-theme/doinst.sh b/desktop/suru-plus-icon-theme/doinst.sh
new file mode 100644
index 0000000000..4110f5514d
--- /dev/null
+++ b/desktop/suru-plus-icon-theme/doinst.sh
@@ -0,0 +1,5 @@
+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 -f usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi