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