*/*: migrate to xdg.eclass from xdg-utils.eclass

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
Theo Anderson
2020-11-25 23:51:55 +13:00
parent 29d1e18571
commit af41bcad5b
5 changed files with 5 additions and 53 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit xdg-utils
inherit xdg
DESCRIPTION="A browser for the LBRY network, a digital marketplace controlled by its users."
HOMEPAGE="https://lbry.com/"
@@ -38,13 +38,3 @@ src_install() {
rm -rd "${D}/usr/share/doc/lbry"
fperms 0755 /opt/LBRY/lbry || die
}
pkg_postinst() {
xdg_icon_cache_update
xdg_desktop_database_update
}
pkg_postrm() {
xdg_icon_cache_update
xdg_desktop_database_update
}