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 | 23ea8631078cf0022d74f04b8698684e59c9bf79 (patch) | |
tree | abd019c58dc8c222f03db6e6ba5d077a7850feae | |
parent | 31419c757d5aab100a89cd6939daa2408de9849c (diff) | |
download | slackbuilds-23ea8631078cf0022d74f04b8698684e59c9bf79.tar.gz |
office/texstudio: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/texstudio/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/texstudio/doinst.sh b/office/texstudio/doinst.sh index 3e5691a052..65c7e2eeb9 100644 --- a/office/texstudio/doinst.sh +++ b/office/texstudio/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 |