diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:49:54 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | cc71642e190200a4cab872c61e557f30b54c61a4 (patch) | |
tree | 34c3f03373554ec23d91631590e2bff3dfb0f4f5 /office/hamster | |
parent | d1add7966308f71e467211bceca23c9826800202 (diff) |
office/hamster: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/hamster')
-rw-r--r-- | office/hamster/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/hamster/doinst.sh b/office/hamster/doinst.sh index e520e1f9eb7b..5966297db530 100644 --- a/office/hamster/doinst.sh +++ b/office/hamster/doinst.sh @@ -14,7 +14,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 |