summaryrefslogtreecommitdiffstats
path: root/office/CherryTree
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:49:44 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commitf13e89cf2b6c2613bebecdff78d685a9b04f1cb9 (patch)
treebfb123510168a338a9511c04078dd22d1f2a14a1 /office/CherryTree
parentc060ae244d9d55c9e03e982ad66c3da5b4beb8b6 (diff)
downloadslackbuilds-f13e89cf2b6c2613bebecdff78d685a9b04f1cb9.tar.gz
slackbuilds-f13e89cf2b6c2613bebecdff78d685a9b04f1cb9.tar.xz
office/CherryTree: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/CherryTree')
-rw-r--r--office/CherryTree/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/office/CherryTree/doinst.sh b/office/CherryTree/doinst.sh
index 3e5691a052..65c7e2eeb9 100644
--- a/office/CherryTree/doinst.sh
+++ b/office/CherryTree/doinst.sh
@@ -4,6 +4,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