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 | d1add7966308f71e467211bceca23c9826800202 (patch) | |
tree | 03a3a0db10931862569d52d47154d1c18e6851a4 /office/grisbi | |
parent | 156e67c0f0f3e7988b2743ffa7f1844e8583a5ce (diff) | |
download | slackbuilds-d1add7966308f71e467211bceca23c9826800202.tar.gz |
office/grisbi: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/grisbi')
-rw-r--r-- | office/grisbi/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/grisbi/doinst.sh b/office/grisbi/doinst.sh index 9424ce43ff..aea0f894eb 100644 --- a/office/grisbi/doinst.sh +++ b/office/grisbi/doinst.sh @@ -8,6 +8,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 |