games-util/oversteer: Regenerate icon cache

Adds missing calls to xdg_icon_cache_update in postinst and postrm

Closes: https://bugs.gentoo.org/976341
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
This commit is contained in:
Erica Nebula
2026-05-31 11:42:55 -05:00
parent 2203d5b073
commit 14ecdca30a
2 changed files with 4 additions and 0 deletions

View File

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

View File

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