diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-08-22 21:21:46 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-25 12:11:36 +0700 |
commit | c9e219129b634b382d79833db02484508467e40b (patch) | |
tree | dfef12837bbe68ce34eb54e86d69e4adb099b215 | |
parent | e648dbca3ab9878d828e9d566e41d60c829236a7 (diff) | |
download | slackbuilds-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>
-rw-r--r-- | misc/gramps/doinst.sh | 2 |
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 |