diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:50:01 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 2b5f0addf9c7dd12816321b6263a34e05bc1af20 (patch) | |
tree | c8e42d9831a8db66d60fa63552edef77aa53c5c2 /office/mytetra/doinst.sh | |
parent | beb6e27f89f0ef5b1e92cd7c8d80bb2f508ad7c2 (diff) | |
download | slackbuilds-2b5f0addf9c7dd12816321b6263a34e05bc1af20.tar.gz |
office/mytetra: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/mytetra/doinst.sh')
-rw-r--r-- | office/mytetra/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/mytetra/doinst.sh b/office/mytetra/doinst.sh index 1f8ff67ded..4a25de5e6f 100644 --- a/office/mytetra/doinst.sh +++ b/office/mytetra/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 |