diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:50:27 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | e3d0e9eb85c9f2c16c23976c81defd6a9083776c (patch) | |
tree | f0865072fa5786f4da62b8a8fe324cd154097604 /system/kvpm | |
parent | ce17875658654434a0137f5eea86246132a44ce0 (diff) | |
download | slackbuilds-e3d0e9eb85c9f2c16c23976c81defd6a9083776c.tar.gz |
system/kvpm: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/kvpm')
-rw-r--r-- | system/kvpm/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/kvpm/doinst.sh b/system/kvpm/doinst.sh index ed2846092a..f25bed6fb6 100644 --- a/system/kvpm/doinst.sh +++ b/system/kvpm/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 |