diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-09-02 11:55:09 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-09-04 15:29:40 +0100 |
commit | 7152f4e25a40c4ddfd47fc66afda256c024cbc6b (patch) | |
tree | 2dffdfa1ffe603af198a4eb46b9a25d3fd29a3bd /sys-block/open-iscsi | |
parent | sys-block/open-iscsi: Fix handling of initiatorname.iscsi (diff) | |
download | gentoo-7152f4e25a40c4ddfd47fc66afda256c024cbc6b.tar.gz gentoo-7152f4e25a40c4ddfd47fc66afda256c024cbc6b.tar.bz2 gentoo-7152f4e25a40c4ddfd47fc66afda256c024cbc6b.zip |
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>
Diffstat (limited to 'sys-block/open-iscsi')
-rw-r--r-- | sys-block/open-iscsi/open-iscsi-2.1.10-r1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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 +} |