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