games-util/gamehub: add missing xdg step calls

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-23 09:49:49 +02:00
parent 50ec7bf87e
commit dd7c361aad

View File

@@ -44,9 +44,11 @@ src_prepare() {
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}