commit: 5d5ef499838161bba5d6146cedbcec61c931725d
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 11:34:17 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 11:34:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5ef499
www-plugins/adobe-flash: Update icon cache (bug #630926).
Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --force
...-flash-27.0.0.130.ebuild => adobe-flash-27.0.0.130-r1.ebuild} | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
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
similarity index 96%
rename from www-plugins/adobe-flash/adobe-flash-27.0.0.130.ebuild
rename to www-plugins/adobe-flash/adobe-flash-27.0.0.130-r1.ebuild
index d49257cf95f..0e334f16cfa 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
+}