net-irc/weechat: sync live ebuild
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Tue, 11 Sep 2018 01:30:12 +0000 (18:30 -0700)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Tue, 11 Sep 2018 01:30:45 +0000 (18:30 -0700)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

net-irc/weechat/weechat-9999.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
+}