aboutsummaryrefslogtreecommitdiff
path: root/desktop/xfce4-whiskermenu-plugin/doinst.sh
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2020-12-08 11:31:09 +0100
committerRobby Workman <rworkman@slackbuilds.org>2021-04-18 00:10:00 -0500
commit2d62eba4d5769a431253c4bf34c5500813aec049 (patch)
tree9de5b98bfebd4aa502f87202736a625dc51dc280 /desktop/xfce4-whiskermenu-plugin/doinst.sh
parent1c75611c2ede7ec63125b447c641d995b424e3ca (diff)
desktop/xfce4-whiskermenu-plugin: Removed (added to Slackware).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-whiskermenu-plugin/doinst.sh')
-rw-r--r--desktop/xfce4-whiskermenu-plugin/doinst.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/desktop/xfce4-whiskermenu-plugin/doinst.sh b/desktop/xfce4-whiskermenu-plugin/doinst.sh
deleted file mode 100644
index 65c7e2eeb9aa5..0000000000000
--- a/desktop/xfce4-whiskermenu-plugin/doinst.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-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 -f usr/share/icons/hicolor >/dev/null 2>&1
- fi
-fi