diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:48:24 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | ce8414725386a07b571c871ffb05964449e9bc2d (patch) | |
tree | a0eeeebd43984dde86142cde1b8d82478abf4a66 | |
parent | e5cc01e0ec20e88c498a54821310c298ea922068 (diff) | |
download | slackbuilds-ce8414725386a07b571c871ffb05964449e9bc2d.tar.gz |
misc/seahorse-plugins: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | misc/seahorse-plugins/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/seahorse-plugins/doinst.sh b/misc/seahorse-plugins/doinst.sh index b75f360808..6c4d26e292 100644 --- a/misc/seahorse-plugins/doinst.sh +++ b/misc/seahorse-plugins/doinst.sh @@ -18,7 +18,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 |