games-util/input-remapper: Regenerate icon cache

Adds missing calls to xdg_icon_cache_update in postinst and postrm

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

View File

@@ -91,6 +91,7 @@ src_install() {
}
pkg_postinst() {
xdg_icon_cache_update
udev_reload
einfo ""
@@ -101,5 +102,6 @@ pkg_postinst() {
}
pkg_postrm() {
xdg_icon_cache_update
udev_reload
}

View File

@@ -98,9 +98,11 @@ src_install() {
}
pkg_postinst() {
xdg_icon_cache_update
udev_reload
}
pkg_postrm() {
xdg_icon_cache_update
udev_reload
}