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