summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:50:27 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commitce17875658654434a0137f5eea86246132a44ce0 (patch)
tree77335c73a3469149a0758ece7cdf584a8048dbf8
parent41b6f851d9d48584bed74034e02b6543177961c3 (diff)
downloadslackbuilds-ce17875658654434a0137f5eea86246132a44ce0.tar.gz
system/krusader: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/krusader/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/krusader/doinst.sh b/system/krusader/doinst.sh
index 3e5691a052..65c7e2eeb9 100644
--- a/system/krusader/doinst.sh
+++ b/system/krusader/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