summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:50:07 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commit71c2ce670ac98d553b32c7435e4fc1618ca5d3b6 (patch)
tree77b9638d0f215fd7ed83f63fa307fd3edf551812
parent710e0a174621580bb6d5c86fb56e656a5cb1c017 (diff)
downloadslackbuilds-71c2ce670ac98d553b32c7435e4fc1618ca5d3b6.tar.gz
office/texmacs: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--office/texmacs/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/office/texmacs/doinst.sh b/office/texmacs/doinst.sh
index 9830478e8c..0fb9c8b686 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