diff options
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 |
commit | 987cb1035fc2390010a81ce78c0aa3605122d67c (patch) | |
tree | 3cfc2ec69d0aea73fe1c85e02f78ce5540179211 /system/spacefm | |
parent | f2ed07291a63f3e1c4069aa6fa42f02fffff675d (diff) | |
download | slackbuilds-987cb1035fc2390010a81ce78c0aa3605122d67c.tar.gz |
system/spacefm: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/spacefm')
-rw-r--r-- | system/spacefm/doinst.sh | 2 |
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 |