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