From bc19f3388c1ac31e8fb61962dde3a3efaf2f56d2 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Thu, 21 Jul 2022 23:31:08 +0100 Subject: games-util/game-device-udev-rules: Call udev_reload in pkg_postrm Closes: https://bugs.gentoo.org/859313 Signed-off-by: James Le Cuirot --- .../game-device-udev-rules/game-device-udev-rules-20220311.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'games-util') 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 +} -- cgit v1.2.3-65-gdbad