From befc46a82002f0817a3d652310b0def17c304598 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 11 Aug 2021 02:44:48 +0100 Subject: media-sound/pithos: [QA] update icon cache Closes: https://bugs.gentoo.org/782007 Signed-off-by: Sam James --- media-sound/pithos/pithos-1.5.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'media-sound/pithos') diff --git a/media-sound/pithos/pithos-1.5.1.ebuild b/media-sound/pithos/pithos-1.5.1.ebuild index e2e787a9ca02..3ac4ffed7e64 100644 --- a/media-sound/pithos/pithos-1.5.1.ebuild +++ b/media-sound/pithos/pithos-1.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) -inherit meson gnome2-utils virtualx python-r1 +inherit xdg meson gnome2-utils virtualx python-r1 if [[ ${PV} =~ [9]{4,} ]]; then inherit git-r3 @@ -69,8 +69,10 @@ src_install() { pkg_postinst() { gnome2_schemas_update + xdg_pkg_postinst } pkg_postrm() { gnome2_schemas_update + xdg_pkg_postrm } -- cgit v1.2.3-65-gdbad