summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2022-07-21 23:31:08 +0100
committerJames Le Cuirot <chewi@gentoo.org>2022-07-21 23:31:08 +0100
commitbc19f3388c1ac31e8fb61962dde3a3efaf2f56d2 (patch)
tree5ce2ab2927f72dfe88601c6dd15dc184978250f7 /games-util
parentwww-client/vivaldi-snapshot: Drop old 5.4.2729.2 (diff)
downloadgentoo-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.ebuild4
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
+}