diff options
author | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2017-11-14 22:53:27 +0000 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2017-11-14 23:00:23 +0000 |
commit | a7199a9035a796574db32ed35ae6a41e44ebd321 (patch) | |
tree | 92f38148edca0db3600c886b0d6b16e5102c1fe9 /net-im/gajim | |
parent | net-im/gajim: Drop pycrypto dependency, no longer supported by upstream (diff) | |
download | gentoo-a7199a9035a796574db32ed35ae6a41e44ebd321.tar.gz gentoo-a7199a9035a796574db32ed35ae6a41e44ebd321.tar.bz2 gentoo-a7199a9035a796574db32ed35ae6a41e44ebd321.zip |
net-im/gajim: Update desktop mimeinfo cache
Diffstat (limited to 'net-im/gajim')
-rw-r--r-- | net-im/gajim/gajim-0.16.8-r1.ebuild | 10 |
1 files changed, 9 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 43925d694121..abbc4efb8a7f 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 +inherit autotools-utils python-r1 versionator xdg-utils MY_PV=${PV/_/-} MY_P="${PN}-${MY_PV}" @@ -113,3 +113,11 @@ src_install() { } python_foreach_impl installation } + +pkg_postinst() { + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_desktop_database_update +} |