www-plugins/adobe-flash: gnome2-utils.eclass => xdg-utils.eclass
authorJeroen Roovers <jer@gentoo.org>
Thu, 14 Nov 2019 12:06:27 +0000 (13:06 +0100)
committerJeroen Roovers <jer@gentoo.org>
Thu, 14 Nov 2019 12:06:38 +0000 (13:06 +0100)
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
www-plugins/adobe-flash/adobe-flash-32.0.0.293.ebuild

index 49306f98b3205224486368b3ec7a73ad458f0587..7fc71ac549db791e2a2c4489254f185446ce3d12 100644 (file)
@@ -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
 }