diff options
author | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2017-11-14 22:55:18 +0000 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2017-11-14 23:00:24 +0000 |
commit | 809890ec3f964005f63ebc2064f04232ff1f4813 (patch) | |
tree | c90cf2b3a52f26cba21ecb9c9b95a59c05e1828f /net-im | |
parent | net-im/gajim: Update desktop mimeinfo cache (diff) | |
download | gentoo-809890ec3f964005f63ebc2064f04232ff1f4813.tar.gz gentoo-809890ec3f964005f63ebc2064f04232ff1f4813.tar.bz2 gentoo-809890ec3f964005f63ebc2064f04232ff1f4813.zip |
net-im/gajim: Update GTK+ icon cache
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gajim/gajim-0.16.8-r1.ebuild | 4 |
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 } |