diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:50:16 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 5ac4c1c16076553a2b445ae828e0d3322dba0aa0 (patch) | |
tree | c63edd895ecd53c49059b652d0b85ff7c219a36f /system/emelfm2 | |
parent | ea08e07f163933a814c728d649b79d2e51865d0b (diff) | |
download | slackbuilds-5ac4c1c16076553a2b445ae828e0d3322dba0aa0.tar.gz |
system/emelfm2: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/emelfm2')
-rw-r--r-- | system/emelfm2/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/emelfm2/doinst.sh b/system/emelfm2/doinst.sh index 9830478e8c..0fb9c8b686 100644 --- a/system/emelfm2/doinst.sh +++ b/system/emelfm2/doinst.sh @@ -8,7 +8,7 @@ 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 |