diff options
Diffstat (limited to 'net-im/psi/psi-1.2.ebuild')
-rw-r--r-- | net-im/psi/psi-1.2.ebuild | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/net-im/psi/psi-1.2.ebuild b/net-im/psi/psi-1.2.ebuild index 322c0c6e2842..92f7233fa5a6 100644 --- a/net-im/psi/psi-1.2.ebuild +++ b/net-im/psi/psi-1.2.ebuild @@ -6,7 +6,7 @@ EAPI=6 PLOCALES="be bg ca cs de en eo es et fa fi fr he hu it ja kk mk nl pl pt pt_BR ru sk sl sr@latin sv sw uk ur_PK vi zh_CN zh_TW" PLOCALE_BACKUP="en" -inherit l10n qmake-utils +inherit l10n qmake-utils xdg-utils DESCRIPTION="Qt XMPP client" HOMEPAGE="http://psi-im.org/" @@ -113,3 +113,14 @@ src_install() { } l10n_for_each_locale_do install_locale } + +pkg_postinst() +{ + xdg_mimeinfo_database_update + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_desktop_database_update + xdg_mimeinfo_database_update +} |