From ae74a0e4c19ac29dc5163e76e2c3f4e6d87f8da9 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Mon, 9 Jan 2017 19:45:18 +0700 Subject: desktop/paper-icon-theme: Update doinst.sh. Signed-off-by: Willy Sudiarto Raharjo --- desktop/paper-icon-theme/doinst.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop/paper-icon-theme/doinst.sh') diff --git a/desktop/paper-icon-theme/doinst.sh b/desktop/paper-icon-theme/doinst.sh index f7fa2692de..e3469bd225 100644 --- a/desktop/paper-icon-theme/doinst.sh +++ b/desktop/paper-icon-theme/doinst.sh @@ -8,13 +8,13 @@ fi if [ -e usr/share/icons/Paper/icon-theme.cache ]; then if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache usr/share/icons/Paper>/dev/null 2>&1 + /usr/bin/gtk-update-icon-cache -f usr/share/icons/Paper>/dev/null 2>&1 fi fi if [ -e usr/share/icons/Paper-Mono-Dark/icon-theme.cache ]; then if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache usr/share/icons/Paper-Mono-Dark >/dev/null 2>&1 + /usr/bin/gtk-update-icon-cache -f usr/share/icons/Paper-Mono-Dark >/dev/null 2>&1 fi fi -- cgit v1.2.3