commit: bc19f3388c1ac31e8fb61962dde3a3efaf2f56d2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Thu Jul 21 22:31:08 2022 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Thu Jul 21 22:31:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc19f338
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 <AT> gentoo.org> .../game-device-udev-rules/game-device-udev-rules-20220311.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/games-util/game-device-udev-rules/game-device-udev-rules-20220311.ebuild b/games-util/game-device-udev-rules/game-device-udev-rules-20220311.ebuild index c846172a90d0..7954b2916c15 100644 --- a/games-util/game-device-udev-rules/game-device-udev-rules-20220311.ebuild +++ b/games-util/game-device-udev-rules/game-device-udev-rules-20220311.ebuild @@ -78,3 +78,7 @@ src_install() { pkg_postinst() { udev_reload } + +pkg_postrm() { + udev_reload +}
