From 7c15a4be2faf1bd1673d4f0222ed4d34391c6350 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Thu, 14 Nov 2019 13:06:27 +0100 Subject: 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 --- www-plugins/adobe-flash/adobe-flash-32.0.0.293.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'www-plugins') 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 } -- cgit v1.2.3-65-gdbad