summaryrefslogtreecommitdiffstats
path: root/desktop/xfce4-whiskermenu-plugin/doinst.sh
diff options
context:
space:
mode:
author Scott Parker2013-12-02 07:25:01 +0100
committer Robby Workman2013-12-02 07:58:20 +0100
commit765ab602ddfe22670a1bc99ed86b9f08fafd5243 (patch)
tree119241971e0f671d4be26c18fedebf21f19e8762 /desktop/xfce4-whiskermenu-plugin/doinst.sh
parent96b750dd46d8f1a864076ddef29726bbea7a9030 (diff)
downloadslackbuilds-765ab602ddfe22670a1bc99ed86b9f08fafd5243.tar.gz
desktop/xfce4-whiskermenu-plugin: Added (alternate application launcher for Xfce)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-whiskermenu-plugin/doinst.sh')
-rw-r--r--desktop/xfce4-whiskermenu-plugin/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/xfce4-whiskermenu-plugin/doinst.sh b/desktop/xfce4-whiskermenu-plugin/doinst.sh
new file mode 100644
index 0000000000..3e5691a052
--- /dev/null
+++ b/desktop/xfce4-whiskermenu-plugin/doinst.sh
@@ -0,0 +1,9 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
+
+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