summaryrefslogtreecommitdiffstats
path: root/network/owncloud-client
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:49:26 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commit592409fdcc3f3831b10f25973d1fca3e86d888f9 (patch)
tree9e0356bd50a2619db30ca723564b80f64490f73c /network/owncloud-client
parent4bebf3e020f810d07b9cb3afcce6b9eedf969c3c (diff)
downloadslackbuilds-592409fdcc3f3831b10f25973d1fca3e86d888f9.tar.gz
network/owncloud-client: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/owncloud-client')
-rw-r--r--network/owncloud-client/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/owncloud-client/doinst.sh b/network/owncloud-client/doinst.sh
index aee7c2726a..4a35594ab5 100644
--- a/network/owncloud-client/doinst.sh
+++ b/network/owncloud-client/doinst.sh
@@ -19,6 +19,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