summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Levine <plevine457@gmail.com>2019-10-06 23:36:46 -0400
committerAndreas Sturmlechner <asturm@gentoo.org>2019-10-13 13:40:28 +0200
commit72b0d452a3d377f3c16ba45ef98cdcf915f0264c (patch)
tree063c27e1f0c4938a8b039c9e0cc5e6f44e7f6b91
parentsys-libs/gwenhywfar: block <app-office/gnucash-3.7[aqbanking] (diff)
downloadgentoo-72b0d452.tar.gz
gentoo-72b0d452.tar.bz2
gentoo-72b0d452.zip
app-office/gnucash: Replace gnome2_icon_cache_update
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--app-office/gnucash/gnucash-3.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/gnucash/gnucash-3.7.ebuild b/app-office/gnucash/gnucash-3.7.ebuild
index 07e15ad8677b..8b7b5d799f5c 100644
--- a/app-office/gnucash/gnucash-3.7.ebuild
+++ b/app-office/gnucash/gnucash-3.7.ebuild
@@ -190,7 +190,7 @@ src_install() {
pkg_postinst() {
if use gui ; then
- gnome2_icon_cache_update
+ xdg_icon_cache_update
gnome2_schemas_update
fi
xdg_desktop_database_update
@@ -204,7 +204,7 @@ pkg_postinst() {
pkg_postrm() {
if use gui ; then
- gnome2_icon_cache_update
+ xdg_icon_cache_update
gnome2_schemas_update
fi
xdg_desktop_database_update