diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:49:04 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 0f3fa78f5966ac3c3d984cf87f549d60c87f4c62 (patch) | |
tree | 13736656cb75e1269a8129c64ece14044e5557d6 | |
parent | 1e4338062802b5cd6b38ee9b251e463592966762 (diff) | |
download | slackbuilds-0f3fa78f5966ac3c3d984cf87f549d60c87f4c62.tar.gz |
network/corebird: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/corebird/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/corebird/doinst.sh b/network/corebird/doinst.sh index 0254ea06d8..401d987795 100644 --- a/network/corebird/doinst.sh +++ b/network/corebird/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 |