summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-09-14 13:34:17 +0200
committerJeroen Roovers <jer@gentoo.org>2017-09-14 13:34:42 +0200
commit5d5ef499838161bba5d6146cedbcec61c931725d (patch)
treec4c95f51e46e80e51d0591dbbd23045f7dc1c013 /www-plugins
parentnet-fs/samba: app-text/docbook-xsl-stylesheets and dev-libs/libxslt are used ... (diff)
downloadgentoo-5d5ef499838161bba5d6146cedbcec61c931725d.tar.gz
gentoo-5d5ef499838161bba5d6146cedbcec61c931725d.tar.bz2
gentoo-5d5ef499838161bba5d6146cedbcec61c931725d.zip
www-plugins/adobe-flash: Update icon cache (bug #630926).
Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --force
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/adobe-flash/adobe-flash-27.0.0.130-r1.ebuild (renamed from www-plugins/adobe-flash/adobe-flash-27.0.0.130.ebuild)9
1 files changed, 8 insertions, 1 deletions
diff --git a/www-plugins/adobe-flash/adobe-flash-27.0.0.130.ebuild b/www-plugins/adobe-flash/adobe-flash-27.0.0.130-r1.ebuild
index d49257cf95f4..0e334f16cfaf 100644
--- a/www-plugins/adobe-flash/adobe-flash-27.0.0.130.ebuild
+++ b/www-plugins/adobe-flash/adobe-flash-27.0.0.130-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit nsplugins multilib multilib-minimal
+inherit gnome2-utils nsplugins multilib multilib-minimal
DESCRIPTION="Adobe Flash Player"
HOMEPAGE="
@@ -131,3 +131,10 @@ multilib_src_install() {
fi
fi
}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+pkg_postrm() {
+ gnome2_icon_cache_update
+}