diff options
author | 0xd34df00d <0xd34df00d@gmail.com> | 2020-04-05 02:56:37 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-04-09 15:37:44 +0300 |
commit | c7617c41191ebd733e6ca2797462004ad34b3749 (patch) | |
tree | 564de4c1be848405d0d4206c5aaad4e766395238 /app-leechcraft | |
parent | app-leechcraft/lc-bittorrent: update XDG DB (diff) | |
download | gentoo-c7617c41191ebd733e6ca2797462004ad34b3749.tar.gz gentoo-c7617c41191ebd733e6ca2797462004ad34b3749.tar.bz2 gentoo-c7617c41191ebd733e6ca2797462004ad34b3749.zip |
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 <juippis@gentoo.org>
Diffstat (limited to 'app-leechcraft')
-rw-r--r-- | app-leechcraft/lc-azoth/lc-azoth-9999.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
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 } |