sys-power/tlp: call udev_reload in pkg_postrm

Closes: https://bugs.gentoo.org/860786
Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
This commit is contained in:
Duje Mihanović
2022-07-25 12:00:31 +02:00
parent cb5a904fe6
commit e1f3a62fb8

View File

@@ -57,3 +57,7 @@ pkg_postinst() {
elog "- sys-apps/ethtool to allow disabling WoL"
elog "- sys-apps/smartmontools for disk drive health info in tlp-stat"
}
pkg_postrm() {
udev_reload
}