commit:     2f177a4e3a28bbff6e1c08fbda58a1b1eaef6f13
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 19 20:00:35 2026 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Feb 19 20:00:35 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f177a4e

sys-apps/gentoo-systemd-integration: reload udev

Closes: https://bugs.gentoo.org/970228
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 ...tion-9-r1.ebuild => gentoo-systemd-integration-9-r2.ebuild} | 10 +++++++++-
 .../gentoo-systemd-integration-9999.ebuild                     | 10 +++++++++-
 2 files changed, 18 insertions(+), 2 deletions(-)

diff --git 
a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9-r1.ebuild 
b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9-r2.ebuild
similarity index 90%
rename from 
sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9-r1.ebuild
rename to 
sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9-r2.ebuild
index 097c25b2c169..366dbaa42174 100644
--- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9-r1.ebuild
+++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2013-2025 Gentoo Authors
+# Copyright 2013-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -39,3 +39,11 @@ src_configure() {
        )
        econf "${myconf[@]}"
 }
+
+pkg_postinst() {
+       udev_reload
+}
+
+pkg_postrm() {
+       udev_reload
+}

diff --git 
a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild 
b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild
index 097c25b2c169..366dbaa42174 100644
--- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild
+++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2013-2025 Gentoo Authors
+# Copyright 2013-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -39,3 +39,11 @@ src_configure() {
        )
        econf "${myconf[@]}"
 }
+
+pkg_postinst() {
+       udev_reload
+}
+
+pkg_postrm() {
+       udev_reload
+}

Reply via email to