diff options
author | 0xd34df00d <0xd34df00d@gmail.com> | 2020-04-05 02:47:35 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-04-09 15:37:44 +0300 |
commit | 0a9463b02a9e2573e381693b02e400a9d632e826 (patch) | |
tree | c5f413d330483a04b84aaa1041e612c8242fe101 /app-leechcraft/lc-bittorrent | |
parent | app-leechcraft/lc-core: remove sqlite USE flag, fix qtsql dep (diff) | |
download | gentoo-0a9463b02a9e2573e381693b02e400a9d632e826.tar.gz gentoo-0a9463b02a9e2573e381693b02e400a9d632e826.tar.bz2 gentoo-0a9463b02a9e2573e381693b02e400a9d632e826.zip |
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 <juippis@gentoo.org>
Diffstat (limited to 'app-leechcraft/lc-bittorrent')
-rw-r--r-- | app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
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 +} |