diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:49:50 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 2d5eee07f3713e023d402db5f4f4ce25460372f4 (patch) | |
tree | 65a9a8b188882d5d67bb7c9b168761a128ed264b /office/eqonomize | |
parent | 70c53b21ec6f2bf05111e36be69494a9f88ba72e (diff) | |
download | slackbuilds-2d5eee07f3713e023d402db5f4f4ce25460372f4.tar.gz |
office/eqonomize: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/eqonomize')
-rw-r--r-- | office/eqonomize/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/eqonomize/doinst.sh b/office/eqonomize/doinst.sh index 9830478e8c..0fb9c8b686 100644 --- a/office/eqonomize/doinst.sh +++ b/office/eqonomize/doinst.sh @@ -8,7 +8,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 |