diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:50:28 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 136136327cd40261753857085c15d61d5bccc50e (patch) | |
tree | 9db0c5373c5e83fd1accf38bbe119380c880518e | |
parent | e3d0e9eb85c9f2c16c23976c81defd6a9083776c (diff) | |
download | slackbuilds-136136327cd40261753857085c15d61d5bccc50e.tar.gz |
system/lshw: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/lshw/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/lshw/doinst.sh b/system/lshw/doinst.sh index 3e5691a052..65c7e2eeb9 100644 --- a/system/lshw/doinst.sh +++ b/system/lshw/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 |