commit:     72b0d452a3d377f3c16ba45ef98cdcf915f0264c
Author:     Peter Levine <plevine457 <AT> gmail <DOT> com>
AuthorDate: Mon Oct  7 03:36:46 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 11:40:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b0d452

app-office/gnucash: Replace gnome2_icon_cache_update

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Peter Levine <plevine457 <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/gnucash/gnucash-3.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/gnucash/gnucash-3.7.ebuild 
b/app-office/gnucash/gnucash-3.7.ebuild
index 07e15ad8677..8b7b5d799f5 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

Reply via email to