From: Amadeusz Żołnowski Date: Tue, 14 Nov 2017 22:55:18 +0000 (+0000) Subject: net-im/gajim: Update GTK+ icon cache X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=809890ec3f964005f63ebc2064f04232ff1f4813;p=gentoo.git net-im/gajim: Update GTK+ icon cache --- diff --git a/net-im/gajim/gajim-0.16.8-r1.ebuild b/net-im/gajim/gajim-0.16.8-r1.ebuild index abbc4efb8a7f..f9965310b5b1 100644 --- a/net-im/gajim/gajim-0.16.8-r1.ebuild +++ b/net-im/gajim/gajim-0.16.8-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_REQ_USE="sqlite,xml" AUTOTOOLS_AUTORECONF=true -inherit autotools-utils python-r1 versionator xdg-utils +inherit autotools-utils gnome2-utils python-r1 versionator xdg-utils MY_PV=${PV/_/-} MY_P="${PN}-${MY_PV}" @@ -115,9 +115,11 @@ src_install() { } pkg_postinst() { + gnome2_icon_cache_update xdg_desktop_database_update } pkg_postrm() { + gnome2_icon_cache_update xdg_desktop_database_update }