mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
*/*: 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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user