diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:49:26 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 592409fdcc3f3831b10f25973d1fca3e86d888f9 (patch) | |
tree | 9e0356bd50a2619db30ca723564b80f64490f73c /network/owncloud-client | |
parent | 4bebf3e020f810d07b9cb3afcce6b9eedf969c3c (diff) |
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.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/owncloud-client/doinst.sh b/network/owncloud-client/doinst.sh index aee7c2726aa2..4a35594ab544 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 |