diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:50:25 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | ac90340f8f76eb794efad1ba465a5da42cfbc8a6 (patch) | |
tree | 0fd1e8ff97a823d38b303f1c8c037b529317b72d /system/hebe | |
parent | 875b0ae11a476278025eed3262bd9d3ff78fbb37 (diff) | |
download | slackbuilds-ac90340f8f76eb794efad1ba465a5da42cfbc8a6.tar.gz |
system/hebe: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/hebe')
-rw-r--r-- | system/hebe/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/hebe/doinst.sh b/system/hebe/doinst.sh index 1f8ff67ded..4a25de5e6f 100644 --- a/system/hebe/doinst.sh +++ b/system/hebe/doinst.sh @@ -4,7 +4,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 |