commit: 7c15a4be2faf1bd1673d4f0222ed4d34391c6350
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 14 12:06:27 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Nov 14 12:06:38 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c15a4be
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 <AT> gentoo.org>
www-plugins/adobe-flash/adobe-flash-32.0.0.293.ebuild | 7 ++++---
1 file 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 49306f98b32..7fc71ac549d 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
}