games-util/minigalaxy: add missing xdg step call

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:42:19 +02:00
parent 5fa84d9673
commit 50ec7bf87e

View File

@@ -32,6 +32,8 @@ python_test() {
}
pkg_postinst() {
xdg_pkg_postinst
optfeature "running games with system dosbox" games-emulation/dosbox
optfeature "running games with system scummvm" games-engines/scummvm
}