diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:49:40 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | bcca65c87ec77dea1dbf3b7507342af8fba566e4 (patch) | |
tree | 201c6a2a7ac58cee0392a2d5689afb841850f133 /network/weboob | |
parent | 5218244206e456218f09a292529b29124356eef0 (diff) | |
download | slackbuilds-bcca65c87ec77dea1dbf3b7507342af8fba566e4.tar.gz |
network/weboob: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/weboob')
-rw-r--r-- | network/weboob/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/weboob/doinst.sh b/network/weboob/doinst.sh index 3e5691a052..65c7e2eeb9 100644 --- a/network/weboob/doinst.sh +++ b/network/weboob/doinst.sh @@ -4,6 +4,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 |