From c7617c41191ebd733e6ca2797462004ad34b3749 Mon Sep 17 00:00:00 2001 From: 0xd34df00d <0xd34df00d@gmail.com> Date: Sun, 5 Apr 2020 02:56:37 +0200 Subject: app-leechcraft/lc-azoth: update XDG DB Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Georg Rudoy <0xd34df00d@gmail.com> Signed-off-by: Joonas Niilola --- app-leechcraft/lc-azoth/lc-azoth-9999.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'app-leechcraft/lc-azoth') diff --git a/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild b/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild index b419c8dbe3e5..de10dbfac322 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 } -- cgit v1.2.3-65-gdbad