games-util/oversteer: Call xdg postinst and postrm phases properly

Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
This commit is contained in:
Erica Nebula
2026-06-14 23:18:18 -05:00
parent 07a9893a04
commit 20da8acc23
2 changed files with 4 additions and 4 deletions

View File

@@ -51,11 +51,11 @@ src_test() {
}
pkg_postinst() {
xdg_icon_cache_update
xdg_pkg_postinst
udev_reload
}
pkg_postrm() {
xdg_icon_cache_update
xdg_pkg_postrm
udev_reload
}

View File

@@ -51,11 +51,11 @@ src_test() {
}
pkg_postinst() {
xdg_icon_cache_update
xdg_pkg_postinst
udev_reload
}
pkg_postrm() {
xdg_icon_cache_update
xdg_pkg_postrm
udev_reload
}