aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:50:04 +0700
committerDavid Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit6fcc35e79698e195420399b698f1575294bcd29c (patch)
treee0bcff1fd7d2262e2b4bd4a8716f9d064c5daad7
parent0af28373876b526e1ff82ced637205f22893bb8f (diff)
office/rednotebook: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--office/rednotebook/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/office/rednotebook/doinst.sh b/office/rednotebook/doinst.sh
index 1f8ff67dedb2..4a25de5e6fbd 100644
--- a/office/rednotebook/doinst.sh
+++ b/office/rednotebook/doinst.sh
@@ -4,7 +4,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