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