summaryrefslogtreecommitdiff
path: root/desktop/xfce4-fsguard-plugin/doinst.sh
diff options
context:
space:
mode:
authorRobby Workman <rw@rlworkman.net>2010-05-13 00:23:42 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-13 00:23:42 +0200
commit991b552f881b814204bb04dd5700ee1de9500c37 (patch)
tree75a3c0b060c88f751e362a2d9dbf41719bf7f51e /desktop/xfce4-fsguard-plugin/doinst.sh
parentd685aaa13f7d423f00fa5e9d58743fff39e39156 (diff)
downloadslackbuilds-991b552f881b814204bb04dd5700ee1de9500c37.tar.gz
desktop/xfce4-fsguard-plugin: Updated for version 0.4.2
Diffstat (limited to 'desktop/xfce4-fsguard-plugin/doinst.sh')
-rw-r--r--desktop/xfce4-fsguard-plugin/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/xfce4-fsguard-plugin/doinst.sh b/desktop/xfce4-fsguard-plugin/doinst.sh
new file mode 100644
index 0000000000..30eb690936
--- /dev/null
+++ b/desktop/xfce4-fsguard-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
+