summaryrefslogtreecommitdiffstats
path: root/office/texstudio
diff options
context:
space:
mode:
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
commit23ea8631078cf0022d74f04b8698684e59c9bf79 (patch)
treeabd019c58dc8c222f03db6e6ba5d077a7850feae /office/texstudio
parent31419c757d5aab100a89cd6939daa2408de9849c (diff)
downloadslackbuilds-23ea8631078cf0022d74f04b8698684e59c9bf79.tar.gz
slackbuilds-23ea8631078cf0022d74f04b8698684e59c9bf79.tar.xz
office/texstudio: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/texstudio')
-rw-r--r--office/texstudio/doinst.sh2
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