mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
games-util/game-device-udev-rules: Call udev_reload in pkg_postrm
Closes: https://bugs.gentoo.org/859313 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
@@ -78,3 +78,7 @@ src_install() {
|
||||
pkg_postinst() {
|
||||
udev_reload
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
udev_reload
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user