summaryrefslogtreecommitdiffstats
path: root/network/corebird
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:49:04 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commit0f3fa78f5966ac3c3d984cf87f549d60c87f4c62 (patch)
tree13736656cb75e1269a8129c64ece14044e5557d6 /network/corebird
parent1e4338062802b5cd6b38ee9b251e463592966762 (diff)
downloadslackbuilds-0f3fa78f5966ac3c3d984cf87f549d60c87f4c62.tar.gz
network/corebird: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/corebird')
-rw-r--r--network/corebird/doinst.sh2
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