mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-visualization/paraview: Update GTK+ icon cache
Package-Manager: Portage-2.3.41, Repoman-2.3.9
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit cmake-utils desktop eapi7-ver python-single-r1 toolchain-funcs
|
||||
inherit cmake-utils desktop eapi7-ver gnome2-utils python-single-r1 toolchain-funcs
|
||||
|
||||
MAIN_PV=$(ver_cut 0-1)
|
||||
MAJOR_PV=$(ver_cut 1-2)
|
||||
@@ -271,3 +271,11 @@ src_install() {
|
||||
|
||||
use python && python_optimize "${D}"/usr/$(get_libdir)/${PN}-${MAJOR_PV}
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
gnome2_icon_cache_update
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user