summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:50:04 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commit6fcc35e79698e195420399b698f1575294bcd29c (patch)
treee0bcff1fd7d2262e2b4bd4a8716f9d064c5daad7
parent0af28373876b526e1ff82ced637205f22893bb8f (diff)
downloadslackbuilds-6fcc35e79698e195420399b698f1575294bcd29c.tar.gz
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 1f8ff67ded..4a25de5e6f 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