diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-07-21 23:31:08 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-07-21 23:31:08 +0100 |
commit | bc19f3388c1ac31e8fb61962dde3a3efaf2f56d2 (patch) | |
tree | 5ce2ab2927f72dfe88601c6dd15dc184978250f7 /games-util | |
parent | www-client/vivaldi-snapshot: Drop old 5.4.2729.2 (diff) | |
download | gentoo-bc19f3388c1ac31e8fb61962dde3a3efaf2f56d2.tar.gz gentoo-bc19f3388c1ac31e8fb61962dde3a3efaf2f56d2.tar.bz2 gentoo-bc19f3388c1ac31e8fb61962dde3a3efaf2f56d2.zip |
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>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/game-device-udev-rules/game-device-udev-rules-20220311.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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 +} |