summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2017-11-14 22:55:18 +0000
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2017-11-14 23:00:24 +0000
commit809890ec3f964005f63ebc2064f04232ff1f4813 (patch)
treec90cf2b3a52f26cba21ecb9c9b95a59c05e1828f
parentnet-im/gajim: Update desktop mimeinfo cache (diff)
downloadgentoo-809890ec3f964005f63ebc2064f04232ff1f4813.tar.gz
gentoo-809890ec3f964005f63ebc2064f04232ff1f4813.tar.bz2
gentoo-809890ec3f964005f63ebc2064f04232ff1f4813.zip
net-im/gajim: Update GTK+ icon cache
-rw-r--r--net-im/gajim/gajim-0.16.8-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
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
}