From 2f177a4e3a28bbff6e1c08fbda58a1b1eaef6f13 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 19 Feb 2026 15:00:35 -0500 Subject: [PATCH] sys-apps/gentoo-systemd-integration: reload udev Closes: https://bugs.gentoo.org/970228 Signed-off-by: Mike Gilbert --- ...1.ebuild => gentoo-systemd-integration-9-r2.ebuild} | 10 +++++++++- .../gentoo-systemd-integration-9999.ebuild | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) rename sys-apps/gentoo-systemd-integration/{gentoo-systemd-integration-9-r1.ebuild => gentoo-systemd-integration-9-r2.ebuild} (90%) 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 097c25b2c1698..366dbaa421747 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 097c25b2c1698..366dbaa421747 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 +}