summaryrefslogtreecommitdiff
path: root/desktop/xfce4-time-out-plugin/doinst.sh
diff options
context:
space:
mode:
authorRobby Workman <rw@rlworkman.net>2010-05-13 00:23:54 +0200
committerErik Hanson <erik@slackbuilds.org>2010-05-13 00:23:54 +0200
commit4935b74cdba3c0cf1b5746b14789595943ce57e5 (patch)
tree6abf7b973c6242db1760f80c45b4078ae2c47ec8 /desktop/xfce4-time-out-plugin/doinst.sh
parentbbf90bb92133e55734e0729b39265cd04e897de6 (diff)
downloadslackbuilds-4935b74cdba3c0cf1b5746b14789595943ce57e5.tar.gz
desktop/xfce4-time-out-plugin: Updated for version 0.1.1
Diffstat (limited to 'desktop/xfce4-time-out-plugin/doinst.sh')
-rw-r--r--desktop/xfce4-time-out-plugin/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/xfce4-time-out-plugin/doinst.sh b/desktop/xfce4-time-out-plugin/doinst.sh
new file mode 100644
index 0000000000..30eb690936
--- /dev/null
+++ b/desktop/xfce4-time-out-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
+