games-util/gamehub: replace xdg-utils with xdg

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Zuber <a.zuber@gmx.ch>
This commit is contained in:
Andreas Zuber
2020-09-21 15:23:00 +02:00
parent 650dc75870
commit fbc6a0d269

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit gnome2-utils meson vala xdg-utils
inherit gnome2-utils meson vala xdg
DESCRIPTION="GameHub is a unified library for all your games"
HOMEPAGE="https://tkashkin.tk/projects/gamehub"
@@ -44,11 +44,9 @@ src_prepare() {
}
pkg_postinst() {
xdg_icon_cache_update
gnome2_schemas_update
}
pkg_postrm() {
xdg_icon_cache_update
gnome2_schemas_update
}