diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:49:48 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | a40b0a6ac3aeaed2158f65b44172270399a225d1 (patch) | |
tree | 61a6f383402bfae5b263f169d89d2511f90a55dc /office/calibre | |
parent | bcdf22735e3defedd47b68823c1a45158e1380c7 (diff) |
office/calibre: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/calibre')
-rw-r--r-- | office/calibre/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/calibre/doinst.sh b/office/calibre/doinst.sh index 9424ce43ff57..aea0f894eb32 100644 --- a/office/calibre/doinst.sh +++ b/office/calibre/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 |