diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:49:56 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | ed911a6778c267436cb6bbe39036e68e4e1c6eb6 (patch) | |
tree | a5d6310220f169594a6ab2e76a88a9c0c431a601 /office | |
parent | 54457447433036ac449d77457883b68fed1c991b (diff) | |
download | slackbuilds-ed911a6778c267436cb6bbe39036e68e4e1c6eb6.tar.gz |
office/htmldoc: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/htmldoc/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/htmldoc/doinst.sh b/office/htmldoc/doinst.sh index 69d003d68b..19ad22754d 100644 --- a/office/htmldoc/doinst.sh +++ b/office/htmldoc/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 |