From 961c697d8daa9709625696cc9820d7c725e92b44 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Mon, 9 Jan 2017 19:50:22 +0700 Subject: system/gentoo: Update doinst.sh. Signed-off-by: Willy Sudiarto Raharjo --- system/gentoo/doinst.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/gentoo/doinst.sh b/system/gentoo/doinst.sh index 9830478e8c..0fb9c8b686 100644 --- a/system/gentoo/doinst.sh +++ b/system/gentoo/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 -- cgit v1.2.3-65-gdbad