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

Closes: https://bugs.gentoo.org/970228
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2026-02-19 15:00:35 -05:00
parent 6354fa07b7
commit 2f177a4e3a
2 changed files with 18 additions and 2 deletions

View File

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

View File

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