diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:49:53 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 156e67c0f0f3e7988b2743ffa7f1844e8583a5ce (patch) | |
tree | 957c053bf124998cb23c67b3a4dc5973b43eed18 /office/gnumeric/doinst.sh | |
parent | 3a6a1f15af7b15a72f02db7675dcb4247a59360f (diff) |
office/gnumeric: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/gnumeric/doinst.sh')
-rw-r--r-- | office/gnumeric/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/gnumeric/doinst.sh b/office/gnumeric/doinst.sh index 85059233907e..7bbbf3a3e400 100644 --- a/office/gnumeric/doinst.sh +++ b/office/gnumeric/doinst.sh @@ -16,7 +16,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 |