diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:50:07 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 71c2ce670ac98d553b32c7435e4fc1618ca5d3b6 (patch) | |
tree | 77b9638d0f215fd7ed83f63fa307fd3edf551812 /office/texmacs | |
parent | 710e0a174621580bb6d5c86fb56e656a5cb1c017 (diff) |
office/texmacs: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/texmacs')
-rw-r--r-- | office/texmacs/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/texmacs/doinst.sh b/office/texmacs/doinst.sh index 9830478e8cc7..0fb9c8b6867f 100644 --- a/office/texmacs/doinst.sh +++ b/office/texmacs/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 |