summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:49:46 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit93d738b2b426c5c015b138d5181999f8993aeaaa (patch)
treef434dc43542892c0591fcee9a33164e2e56920e8 /office
parent8199572316c6c6d85da12c781686e5d9b417d06c (diff)
downloadslackbuilds-93d738b2b426c5c015b138d5181999f8993aeaaa.tar.gz
slackbuilds-93d738b2b426c5c015b138d5181999f8993aeaaa.tar.xz
office/abiword: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/abiword/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/office/abiword/doinst.sh b/office/abiword/doinst.sh
index a53e92087e..7991cccd38 100644
--- a/office/abiword/doinst.sh
+++ b/office/abiword/doinst.sh
@@ -8,7 +8,7 @@ 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