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