commit: 809890ec3f964005f63ebc2064f04232ff1f4813
Author: Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 14 22:55:18 2017 +0000
Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 23:00:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809890ec
net-im/gajim: Update GTK+ icon cache
net-im/gajim/gajim-0.16.8-r1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net-im/gajim/gajim-0.16.8-r1.ebuild
b/net-im/gajim/gajim-0.16.8-r1.ebuild
index abbc4efb8a7..f9965310b5b 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
}