net-irc/weechat: add missing gnome2_icon_cache_update
authorMarty E. Plummer <hanetzer@startmail.com>
Mon, 27 Aug 2018 15:14:54 +0000 (10:14 -0500)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Tue, 11 Sep 2018 01:30:32 +0000 (18:30 -0700)
Closes: https://github.com/gentoo/gentoo/pull/9710
Package-Manager: Portage-2.3.48, Repoman-2.3.10

net-irc/weechat/weechat-2.2-r1.ebuild [moved from net-irc/weechat/weechat-2.2.ebuild with 96% similarity]

similarity index 96%
rename from net-irc/weechat/weechat-2.2.ebuild
rename to net-irc/weechat/weechat-2.2-r1.ebuild
index af107a8fe6bc3d72d0dc89d4d4790617dfcecff5..ee7ec6e3f6b6d75c4c421137dd7c6778db9406bf 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=6
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 CMAKE_MAKEFILE_GENERATOR=emake
-inherit python-single-r1 cmake-utils
+inherit cmake-utils gnome2-utils python-single-r1
 
 if [[ ${PV} == "9999" ]] ; then
        inherit git-r3
@@ -149,3 +149,11 @@ src_configure() {
 
        cmake-utils_src_configure
 }
+
+pkg_postinst() {
+       gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+       gnome2_icon_cache_update
+}