summaryrefslogtreecommitdiffstats
path: root/development/devhelp
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:45:57 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commitddb3bd400d709874da65a7b4cdc52193123540e6 (patch)
treeefc6876bcdc55987328db64e4300f97d43a8686e /development/devhelp
parenta1e188389293de30986bba98638d0ea8100106dd (diff)
downloadslackbuilds-ddb3bd400d709874da65a7b4cdc52193123540e6.tar.gz
development/devhelp: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/devhelp')
-rw-r--r--development/devhelp/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/devhelp/doinst.sh b/development/devhelp/doinst.sh
index 0606af7430..975eb75d2f 100644
--- a/development/devhelp/doinst.sh
+++ b/development/devhelp/doinst.sh
@@ -14,6 +14,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