summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:50:22 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit89dadd94a50c8c5f4d481d03603529a9111a4fa9 (patch)
treec26aee287b95fca0e1f09a7f5c17a631f6468250 /system
parenta74e53df4acbf5315aa9667497b38c9c7dfb3c25 (diff)
downloadslackbuilds-89dadd94a50c8c5f4d481d03603529a9111a4fa9.tar.gz
slackbuilds-89dadd94a50c8c5f4d481d03603529a9111a4fa9.tar.xz
system/gencfs: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-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