summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:50:33 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit987cb1035fc2390010a81ce78c0aa3605122d67c (patch)
tree3cfc2ec69d0aea73fe1c85e02f78ce5540179211 /system
parentf2ed07291a63f3e1c4069aa6fa42f02fffff675d (diff)
downloadslackbuilds-987cb1035fc2390010a81ce78c0aa3605122d67c.tar.gz
slackbuilds-987cb1035fc2390010a81ce78c0aa3605122d67c.tar.xz
system/spacefm: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/spacefm/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/spacefm/doinst.sh b/system/spacefm/doinst.sh
index 9424ce43ff..aea0f894eb 100644
--- a/system/spacefm/doinst.sh
+++ b/system/spacefm/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