diff options
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnucash/gnucash-3.7.ebuild | 4 |
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 |