diff options
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 |
commit | 89dadd94a50c8c5f4d481d03603529a9111a4fa9 (patch) | |
tree | c26aee287b95fca0e1f09a7f5c17a631f6468250 /system/gencfs | |
parent | a74e53df4acbf5315aa9667497b38c9c7dfb3c25 (diff) | |
download | slackbuilds-89dadd94a50c8c5f4d481d03603529a9111a4fa9.tar.gz |
system/gencfs: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/gencfs')
-rw-r--r-- | system/gencfs/doinst.sh | 2 |
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 |