summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:45:49 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit82a700085a8264fd66ae3edbb681fabe80366f1d (patch)
tree6e2659c51010e96b46a1612477fa63dfe87c2b06 /desktop
parent83ddc2aad33a3501ccf27dbc9cb0eaf0fdef9d99 (diff)
downloadslackbuilds-82a700085a8264fd66ae3edbb681fabe80366f1d.tar.gz
slackbuilds-82a700085a8264fd66ae3edbb681fabe80366f1d.tar.xz
desktop/xfce4-whiskermenu-plugin: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/xfce4-whiskermenu-plugin/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/xfce4-whiskermenu-plugin/doinst.sh b/desktop/xfce4-whiskermenu-plugin/doinst.sh
index 3e5691a052..65c7e2eeb9 100644
--- a/desktop/xfce4-whiskermenu-plugin/doinst.sh
+++ b/desktop/xfce4-whiskermenu-plugin/doinst.sh
@@ -4,6 +4,6 @@ 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
+ /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
fi
fi