Skip to content

Commit

Permalink
net-irc/weechat: add missing gnome2_icon_cache_update
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.48, Repoman-2.3.10
  • Loading branch information
hanetzer committed Aug 27, 2018
1 parent 1d749da commit 6d53d8f
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -149,3 +149,11 @@ src_configure() {

cmake-utils_src_configure
}

pkg_postinst() {
gnome2_icon_cache_update
}

pkg_postrm() {
gnome2_icon_cache_update
}

0 comments on commit 6d53d8f

Please sign in to comment.