diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:49:15 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | b253935aea4ed6e4621b22c2a73481fa16faa1e4 (patch) | |
tree | 6ed7469f567f9569b66ebefb9d2a19417ef7f8ea /network/kfilebox | |
parent | 0455c6dac20b250171ec4e702e7625ed43f11aa1 (diff) | |
download | slackbuilds-b253935aea4ed6e4621b22c2a73481fa16faa1e4.tar.gz |
network/kfilebox: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/kfilebox')
-rw-r--r-- | network/kfilebox/doinst.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/kfilebox/doinst.sh b/network/kfilebox/doinst.sh index 4abc080189..84ec0d4677 100644 --- a/network/kfilebox/doinst.sh +++ b/network/kfilebox/doinst.sh @@ -4,13 +4,13 @@ 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 if [ -e usr/share/icons/oxygen/icon-theme.cache ]; then if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache usr/share/icons/oxygen >/dev/null 2>&1 + /usr/bin/gtk-update-icon-cache -f usr/share/icons/oxygen >/dev/null 2>&1 fi fi |