diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:49:45 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 8199572316c6c6d85da12c781686e5d9b417d06c (patch) | |
tree | de9eefaedb3c39b141f6b2dbce83bbcc2ce1c3be /office | |
parent | abacc667f56732862312db435c3249d45694fc8f (diff) | |
download | slackbuilds-8199572316c6c6d85da12c781686e5d9b417d06c.tar.gz |
office/LibreOffice: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/LibreOffice/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/LibreOffice/doinst.sh b/office/LibreOffice/doinst.sh index 9424ce43ff..aea0f894eb 100644 --- a/office/LibreOffice/doinst.sh +++ b/office/LibreOffice/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 |