diff options
author | Scott Parker <scottp.sk8@gmail.com> | 2013-12-02 00:25:01 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-12-02 00:58:20 -0600 |
commit | 765ab602ddfe22670a1bc99ed86b9f08fafd5243 (patch) | |
tree | 119241971e0f671d4be26c18fedebf21f19e8762 /desktop/xfce4-whiskermenu-plugin/doinst.sh | |
parent | 96b750dd46d8f1a864076ddef29726bbea7a9030 (diff) | |
download | slackbuilds-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.sh | 9 |
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 |