commit: c7617c41191ebd733e6ca2797462004ad34b3749
Author: 0xd34df00d <0xd34df00d <AT> gmail <DOT> com>
AuthorDate: Sun Apr 5 00:56:37 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr 9 12:37:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7617c41
app-leechcraft/lc-azoth: update XDG DB
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Georg Rudoy <0xd34df00d <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-leechcraft/lc-azoth/lc-azoth-9999.ebuild | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild
b/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild
index b419c8dbe3e..de10dbfac32 100644
--- a/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild
+++ b/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit leechcraft
+inherit xdg-utils leechcraft
DESCRIPTION="Azoth, the modular IM client for LeechCraft"
@@ -114,4 +114,10 @@ pkg_postinst() {
elog "so install the ones for languages you use to enable"
elog "spellchecking."
fi
+
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
}