summaryrefslogtreecommitdiffstats
path: root/network/kfilebox
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:49:15 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commitb253935aea4ed6e4621b22c2a73481fa16faa1e4 (patch)
tree6ed7469f567f9569b66ebefb9d2a19417ef7f8ea /network/kfilebox
parent0455c6dac20b250171ec4e702e7625ed43f11aa1 (diff)
downloadslackbuilds-b253935aea4ed6e4621b22c2a73481fa16faa1e4.tar.gz
network/kfilebox: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/kfilebox')
-rw-r--r--network/kfilebox/doinst.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/kfilebox/doinst.sh b/network/kfilebox/doinst.sh
index 4abc080189..84ec0d4677 100644
--- a/network/kfilebox/doinst.sh
+++ b/network/kfilebox/doinst.sh
@@ -4,13 +4,13 @@ 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
if [ -e usr/share/icons/oxygen/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache usr/share/icons/oxygen >/dev/null 2>&1
+ /usr/bin/gtk-update-icon-cache -f usr/share/icons/oxygen >/dev/null 2>&1
fi
fi