commit: e1f3a62fb8e77a2d5c53250717425d5d7efc899c Author: Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr> AuthorDate: Mon Jul 25 10:00:31 2022 +0000 Commit: Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr> CommitDate: Mon Jul 25 10:00:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1f3a62f
sys-power/tlp: call udev_reload in pkg_postrm Closes: https://bugs.gentoo.org/860786 Signed-off-by: Duje Mihanović <duje.mihanovic <AT> skole.hr> sys-power/tlp/tlp-1.5.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys-power/tlp/tlp-1.5.0.ebuild b/sys-power/tlp/tlp-1.5.0.ebuild index 624b437c5..3ef6bd6d6 100644 --- a/sys-power/tlp/tlp-1.5.0.ebuild +++ b/sys-power/tlp/tlp-1.5.0.ebuild @@ -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 +}
