summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Andrew Clemons2021-08-22 11:21:46 +0200
committer Willy Sudiarto Raharjo2021-08-25 07:11:36 +0200
commitc9e219129b634b382d79833db02484508467e40b (patch)
treedfef12837bbe68ce34eb54e86d69e4adb099b215 /misc
parente648dbca3ab9878d828e9d566e41d60c829236a7 (diff)
downloadslackbuilds-c9e219129b634b382d79833db02484508467e40b.tar.gz
misc/gramps: Fix icon cache update.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/gramps/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/gramps/doinst.sh b/misc/gramps/doinst.sh
index aea0f894eb..f55e090a55 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