summaryrefslogtreecommitdiffstats
path: root/desktop/tango-icon-theme/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/tango-icon-theme/doinst.sh')
-rw-r--r--desktop/tango-icon-theme/doinst.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/tango-icon-theme/doinst.sh b/desktop/tango-icon-theme/doinst.sh
new file mode 100644
index 0000000000..80310f45aa
--- /dev/null
+++ b/desktop/tango-icon-theme/doinst.sh
@@ -0,0 +1,4 @@
+if [ -x usr/bin/gtk-update-icon-cache ]; then
+ find usr/share/icons -maxdepth 1 -type d -exec \
+ ./usr/bin/gtk-update-icon-cache -f -q {} \; &> /dev/null
+fi