summaryrefslogtreecommitdiffstats
path: root/desktop/thunar-archive-plugin/doinst.sh
diff options
context:
space:
mode:
author Robby Workman2010-05-13 00:23:13 +0200
committer Michiel van Wessem2010-05-13 00:23:13 +0200
commit70b1be95595abaaed95d94b45aea88a9813d491f (patch)
treedefc357d81421a802ba9fc635ba1d489b7f1a36c /desktop/thunar-archive-plugin/doinst.sh
parentc55972010e814a1e9b1424f6da5204f0d92bc4da (diff)
downloadslackbuilds-70b1be95595abaaed95d94b45aea88a9813d491f.tar.gz
desktop/thunar-archive-plugin: Updated for version 0.2.4
Diffstat (limited to 'desktop/thunar-archive-plugin/doinst.sh')
-rw-r--r--desktop/thunar-archive-plugin/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/thunar-archive-plugin/doinst.sh b/desktop/thunar-archive-plugin/doinst.sh
new file mode 100644
index 0000000000..30eb690936
--- /dev/null
+++ b/desktop/thunar-archive-plugin/doinst.sh
@@ -0,0 +1,6 @@
+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
+