diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:49:48 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | bcdf22735e3defedd47b68823c1a45158e1380c7 (patch) | |
tree | d5577d8323f1dce8850d477187d9054d739c82db /office/broffice.org | |
parent | 7b04c13176949afc965f01ee55445f3122d3a4e2 (diff) | |
download | slackbuilds-bcdf22735e3defedd47b68823c1a45158e1380c7.tar.gz |
office/broffice.org: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/broffice.org')
-rw-r--r-- | office/broffice.org/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/broffice.org/doinst.sh b/office/broffice.org/doinst.sh index 88ab9f58ff..940c95e51a 100644 --- a/office/broffice.org/doinst.sh +++ b/office/broffice.org/doinst.sh @@ -9,7 +9,7 @@ fi if [ -x /usr/bin/gtk-update-icon-cache ]; then for theme in gnome locolor hicolor ; do if [ -e usr/share/icons/$theme/icon-theme.cache ]; then - /usr/bin/gtk-update-icon-cache usr/share/icons/$theme >/dev/null 2>&1 + /usr/bin/gtk-update-icon-cache -f usr/share/icons/$theme >/dev/null 2>&1 fi done fi |