gui-libs/gtk: fix missing icon cache update with USE=examples

xdg.eclass was already used, but the phases were overridden without
chaining up to them for the eclass to just take care of it with
the code that automatically checks if any icons are installed.

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
This commit is contained in:
Mart Raudsepp 2021-09-11 16:13:56 +03:00
parent af645f658a
commit 2491ef999d
No known key found for this signature in database
GPG Key ID: 10A6C9FA4F499606

View File

@ -176,10 +176,12 @@ src_install() {
}
pkg_preinst() {
xdg_pkg_preinst
gnome2_schemas_savelist
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
if ! has_version "app-text/evince"; then
@ -190,5 +192,6 @@ pkg_postinst() {
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}