summaryrefslogtreecommitdiffstats
path: root/source/l/gnome-icon-theme/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/gnome-icon-theme/doinst.sh')
-rw-r--r--source/l/gnome-icon-theme/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/l/gnome-icon-theme/doinst.sh b/source/l/gnome-icon-theme/doinst.sh
new file mode 100644
index 000000000..35fc874cb
--- /dev/null
+++ b/source/l/gnome-icon-theme/doinst.sh
@@ -0,0 +1,6 @@
+if [ -e /usr/share/icons/gnome/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache /usr/share/icons/gnome 1> /dev/null 2> /dev/null
+ fi
+fi
+