sys-block/open-iscsi: Call udev_reload in pkg_postrm

Closes: https://bugs.gentoo.org/852059
Closes: https://github.com/gentoo/gentoo/pull/38381
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2024-09-02 11:55:09 +01:00
parent 0891d8a06e
commit 7152f4e25a

View File

@@ -118,3 +118,7 @@ pkg_postinst() {
udev_reload
}
pkg_postrm() {
udev_reload
}