From: 0xd34df00d <0xd34df00d@gmail.com> Date: Sun, 5 Apr 2020 00:47:35 +0000 (+0200) Subject: app-leechcraft/lc-bittorrent: update XDG DB X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0a9463b02a9e2573e381693b02e400a9d632e826;p=gentoo.git app-leechcraft/lc-bittorrent: 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 --- diff --git a/app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild b/app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild index 7ac2ceed98f5..bbae0221dbcc 100644 --- a/app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild +++ b/app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit leechcraft +inherit xdg-utils leechcraft DESCRIPTION="Full-featured BitTorrent client plugin for LeechCraft" @@ -28,3 +28,11 @@ src_configure() { ) cmake_src_configure } + +pkg_postinst() { + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_desktop_database_update +}