mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -98,9 +98,11 @@ src_install() {
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
udev_reload
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
udev_reload
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user