diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-11-14 13:06:27 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-11-14 13:06:38 +0100 |
commit | 7c15a4be2faf1bd1673d4f0222ed4d34391c6350 (patch) | |
tree | 22e9c55b6812d514a2405831b60514ca41d9ef82 /www-plugins/adobe-flash | |
parent | dev-util/ccache: ia64 stable wrt bug #698302 (diff) | |
download | gentoo-7c15a4be2faf1bd1673d4f0222ed4d34391c6350.tar.gz gentoo-7c15a4be2faf1bd1673d4f0222ed4d34391c6350.tar.bz2 gentoo-7c15a4be2faf1bd1673d4f0222ed4d34391c6350.zip |
www-plugins/adobe-flash: gnome2-utils.eclass => xdg-utils.eclass
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'www-plugins/adobe-flash')
-rw-r--r-- | www-plugins/adobe-flash/adobe-flash-32.0.0.293.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www-plugins/adobe-flash/adobe-flash-32.0.0.293.ebuild b/www-plugins/adobe-flash/adobe-flash-32.0.0.293.ebuild index 49306f98b320..7fc71ac549db 100644 --- a/www-plugins/adobe-flash/adobe-flash-32.0.0.293.ebuild +++ b/www-plugins/adobe-flash/adobe-flash-32.0.0.293.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit gnome2-utils nsplugins multilib multilib-minimal +inherit xdg-utils nsplugins multilib multilib-minimal DESCRIPTION="Adobe Flash Player" HOMEPAGE=" @@ -133,8 +133,9 @@ multilib_src_install() { } pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } + pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update } |