diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:46:13 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 54b188c2825f242e5999fe6266d62a30fe757356 (patch) | |
tree | 7a96362aaac68763a5e020817a04a0b4cdab5bd4 | |
parent | 27f81c5974b353ecde9620442b4f4e7c07031846 (diff) |
development/monodevelop: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/monodevelop/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/monodevelop/doinst.sh b/development/monodevelop/doinst.sh index 9830478e8cc7..0fb9c8b6867f 100644 --- a/development/monodevelop/doinst.sh +++ b/development/monodevelop/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 |