summaryrefslogtreecommitdiffstats
path: root/desktop/obshutdown
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:45:14 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commiteeb3a2608304aa69279e940103038c172e04c836 (patch)
tree702749b13cd6711041ba7f976aa1b0aee996a723 /desktop/obshutdown
parenta7824796c0108c20251eb70622530845020f9b1a (diff)
downloadslackbuilds-eeb3a2608304aa69279e940103038c172e04c836.tar.gz
slackbuilds-eeb3a2608304aa69279e940103038c172e04c836.tar.xz
desktop/obshutdown: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/obshutdown')
-rw-r--r--desktop/obshutdown/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/obshutdown/doinst.sh b/desktop/obshutdown/doinst.sh
index 9424ce43ff..aea0f894eb 100644
--- a/desktop/obshutdown/doinst.sh
+++ b/desktop/obshutdown/doinst.sh
@@ -8,6 +8,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