summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-plugins/adobe-flash/adobe-flash-32.0.0.293.ebuild7
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
}