diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-08-16 16:01:06 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-08-16 16:01:40 +0200 |
commit | 60e574d48eb6fe444bc685e265182b92b6689a26 (patch) | |
tree | 9f8d0a2e82a294ac013375a8af32ce70c82fcdee /mail-client | |
parent | app-i18n/ibus-table: tidy (diff) | |
download | gentoo-60e574d48eb6fe444bc685e265182b92b6689a26.tar.gz gentoo-60e574d48eb6fe444bc685e265182b92b6689a26.tar.bz2 gentoo-60e574d48eb6fe444bc685e265182b92b6689a26.zip |
mail-client/claws-mail: Call xdg_desktop_database_update (bug #628002).
Package-Manager: Portage-2.3.7, Repoman-2.3.3
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/claws-mail/claws-mail-3.15.0-r2.ebuild (renamed from mail-client/claws-mail/claws-mail-3.15.0-r1.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail-client/claws-mail/claws-mail-3.15.0-r1.ebuild b/mail-client/claws-mail/claws-mail-3.15.0-r2.ebuild index c92913afd868..6a0a35b07a3d 100644 --- a/mail-client/claws-mail/claws-mail-3.15.0-r1.ebuild +++ b/mail-client/claws-mail/claws-mail-3.15.0-r2.ebuild @@ -4,7 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit autotools gnome2-utils eutils python-single-r1 +inherit autotools gnome2-utils python-single-r1 xdg-utils DESCRIPTION="An email client (and news reader) based on GTK+" HOMEPAGE="http://www.claws-mail.org/" @@ -200,8 +200,10 @@ pkg_postinst() { ewarn "- Plugins with no special dependencies are just built and can be loaded through the interface" ewarn "- The gtkhtml2, dillo and trayicon plugins have been dropped entirely" gnome2_icon_cache_update + xdg_desktop_database_update } pkg_postrm() { gnome2_icon_cache_update + xdg_desktop_database_update } |