From 3d89e8811d00d09c85edf08e2f9b203ebbd6b9fe Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Mon, 9 Jan 2017 19:49:19 +0700 Subject: network/leechcraft: Update doinst.sh. Signed-off-by: Willy Sudiarto Raharjo --- network/leechcraft/doinst.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/network/leechcraft/doinst.sh b/network/leechcraft/doinst.sh index cb1c14bc92..f3f8604d5a 100644 --- a/network/leechcraft/doinst.sh +++ b/network/leechcraft/doinst.sh @@ -4,19 +4,19 @@ 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/Pevzi/icon-theme.cache ]; then if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache usr/share/icons/Pevzi >/dev/null 2>&1 + /usr/bin/gtk-update-icon-cache -f usr/share/icons/Pevzi >/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