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 +}