mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-power/apcupsd: Call udev_reload in pkg_postrm
Closes: https://github.com/gentoo/gentoo/pull/25929 Closes: https://bugs.gentoo.org/852641 Signed-off-by: John Einar Reitan <john.einar@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
committed by
David Seifert
parent
70a41c133b
commit
e293515b7b
@@ -149,3 +149,7 @@ pkg_postinst() {
|
||||
elog "in /dev/apcups/by-id directory."
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
use kernel_linux && udev_reload
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user