diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:43:33 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | ebe771d433d40af0d3a0018869a309b52258caa6 (patch) | |
tree | ddd014f987e0ea3adbe0d03a5a4e8bde5642c466 /academic/tuxmath/doinst.sh | |
parent | 357550715b863118b2234eda33b60e13b0995c94 (diff) | |
download | slackbuilds-ebe771d433d40af0d3a0018869a309b52258caa6.tar.gz slackbuilds-ebe771d433d40af0d3a0018869a309b52258caa6.tar.xz |
academic/tuxmath: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/tuxmath/doinst.sh')
-rw-r--r-- | academic/tuxmath/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/tuxmath/doinst.sh b/academic/tuxmath/doinst.sh index 3e5691a052..65c7e2eeb9 100644 --- a/academic/tuxmath/doinst.sh +++ b/academic/tuxmath/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 |