summaryrefslogtreecommitdiffstats
path: root/system/yelp/doinst.sh
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 18:39:11 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit46615d36e15bf37746bae95bbf97c263ca0a4881 (patch)
treef24623236703f2bb91e6579c1bc481cdc83d59e6 /system/yelp/doinst.sh
parente6572f2bc2a333d0854a8d2a384584f1e674e554 (diff)
downloadslackbuilds-46615d36e15bf37746bae95bbf97c263ca0a4881.tar.gz
slackbuilds-46615d36e15bf37746bae95bbf97c263ca0a4881.tar.xz
system/yelp: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-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