summaryrefslogtreecommitdiffstats
path: root/system/yelp
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 12:39:11 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commit46615d36e15bf37746bae95bbf97c263ca0a4881 (patch)
treef24623236703f2bb91e6579c1bc481cdc83d59e6 /system/yelp
parente6572f2bc2a333d0854a8d2a384584f1e674e554 (diff)
downloadslackbuilds-46615d36e15bf37746bae95bbf97c263ca0a4881.tar.gz
system/yelp: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/yelp')
-rw-r--r--system/yelp/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/yelp/doinst.sh b/system/yelp/doinst.sh
index ed2846092a..f25bed6fb6 100644
--- a/system/yelp/doinst.sh
+++ b/system/yelp/doinst.sh
@@ -8,7 +8,7 @@ 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