From c9e219129b634b382d79833db02484508467e40b Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sun, 22 Aug 2021 21:21:46 +1200 Subject: misc/gramps: Fix icon cache update. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- misc/gramps/doinst.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/gramps/doinst.sh') diff --git a/misc/gramps/doinst.sh b/misc/gramps/doinst.sh index aea0f894eb32..f55e090a5523 100644 --- a/misc/gramps/doinst.sh +++ b/misc/gramps/doinst.sh @@ -8,6 +8,6 @@ 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 -f usr/share/icons/hicolor >/dev/null 2>&1 + /usr/bin/gtk-update-icon-cache -f usr/share/gramps/images/hicolor/ >/dev/null 2>&1 fi fi -- cgit v1.2.3