summaryrefslogtreecommitdiffstats
path: root/desktop/xfce4-notes-plugin/doinst.sh
diff options
context:
space:
mode:
author Robby Workman <rw@rlworkman.net>2010-05-13 00:23:46 +0200
committer Michiel van Wessem <michiel@slackbuilds.org>2010-05-13 00:23:46 +0200
commit2be4ab61b16f4da126e8d755f3008184d1b12359 (patch)
tree29f9b2649119956030d627e17bfa58c5a1d6c44d /desktop/xfce4-notes-plugin/doinst.sh
parent2a8907fb347bf2c236e07bc3ba7ee01ce4c5024d (diff)
downloadslackbuilds-2be4ab61b16f4da126e8d755f3008184d1b12359.tar.gz
slackbuilds-2be4ab61b16f4da126e8d755f3008184d1b12359.tar.xz
desktop/xfce4-notes-plugin: Updated for version 1.7.1
Diffstat (limited to 'desktop/xfce4-notes-plugin/doinst.sh')
-rw-r--r--desktop/xfce4-notes-plugin/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/xfce4-notes-plugin/doinst.sh b/desktop/xfce4-notes-plugin/doinst.sh
new file mode 100644
index 0000000000..30eb690936
--- /dev/null
+++ b/desktop/xfce4-notes-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
+