From b253935aea4ed6e4621b22c2a73481fa16faa1e4 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Mon, 9 Jan 2017 19:49:15 +0700 Subject: network/kfilebox: Update doinst.sh. Signed-off-by: Willy Sudiarto Raharjo --- network/kfilebox/doinst.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network/kfilebox/doinst.sh b/network/kfilebox/doinst.sh index 4abc080189..84ec0d4677 100644 --- a/network/kfilebox/doinst.sh +++ b/network/kfilebox/doinst.sh @@ -4,13 +4,13 @@ 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 if [ -e usr/share/icons/oxygen/icon-theme.cache ]; then if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache usr/share/icons/oxygen >/dev/null 2>&1 + /usr/bin/gtk-update-icon-cache -f usr/share/icons/oxygen >/dev/null 2>&1 fi fi -- cgit v1.2.3-79-gdb01