commit:     7152f4e25a40c4ddfd47fc66afda256c024cbc6b
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  2 10:55:09 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Sep  4 14:29:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7152f4e2

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 <AT> gentoo.org>

 sys-block/open-iscsi/open-iscsi-2.1.10-r1.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sys-block/open-iscsi/open-iscsi-2.1.10-r1.ebuild 
b/sys-block/open-iscsi/open-iscsi-2.1.10-r1.ebuild
index 2e08849824d0..fa3f81798159 100644
--- a/sys-block/open-iscsi/open-iscsi-2.1.10-r1.ebuild
+++ b/sys-block/open-iscsi/open-iscsi-2.1.10-r1.ebuild
@@ -118,3 +118,7 @@ pkg_postinst() {
 
        udev_reload
 }
+
+pkg_postrm() {
+       udev_reload
+}

Reply via email to