diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:50:04 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 6fcc35e79698e195420399b698f1575294bcd29c (patch) | |
tree | e0bcff1fd7d2262e2b4bd4a8716f9d064c5daad7 /office/rednotebook | |
parent | 0af28373876b526e1ff82ced637205f22893bb8f (diff) | |
download | slackbuilds-6fcc35e79698e195420399b698f1575294bcd29c.tar.gz |
office/rednotebook: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/rednotebook')
-rw-r--r-- | office/rednotebook/doinst.sh | 2 |
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 |