summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:50:22 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commit89dadd94a50c8c5f4d481d03603529a9111a4fa9 (patch)
treec26aee287b95fca0e1f09a7f5c17a631f6468250
parenta74e53df4acbf5315aa9667497b38c9c7dfb3c25 (diff)
downloadslackbuilds-89dadd94a50c8c5f4d481d03603529a9111a4fa9.tar.gz
system/gencfs: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/gencfs/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/gencfs/doinst.sh b/system/gencfs/doinst.sh
index 9424ce43ff..aea0f894eb 100644
--- a/system/gencfs/doinst.sh
+++ b/system/gencfs/doinst.sh
@@ -8,6 +8,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