Skip to content

Commit

Permalink
gui-libs/gtk: fix missing icon cache update with USE=examples
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
leio committed Sep 11, 2021
1 parent af645f6 commit 2491ef9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gui-libs/gtk/gtk-4.4.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -190,5 +192,6 @@ pkg_postinst() {
}

pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}

0 comments on commit 2491ef9

Please sign in to comment.