commit:     6df04002659fc028670918c7156a88198b5ddef2
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 23:48:36 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun May 29 23:49:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df04002

sys-apps/systemd-utils: call udev_reload

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

 sys-apps/systemd-utils/systemd-utils-250.6.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-250.6.ebuild 
b/sys-apps/systemd-utils/systemd-utils-250.6.ebuild
index ce351b7aa23d..9e395b363772 100644
--- a/sys-apps/systemd-utils/systemd-utils-250.6.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-250.6.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{8..10} )
 
 QA_PKGCONFIG_VERSION=$(ver_cut 1)
 
-inherit bash-completion-r1 flag-o-matic meson-multilib python-any-r1 
toolchain-funcs usr-ldscript
+inherit bash-completion-r1 flag-o-matic meson-multilib python-any-r1 
toolchain-funcs udev usr-ldscript
 
 DESCRIPTION="Utilities taken from systemd"
 HOMEPAGE="https://systemd.io/";
@@ -492,5 +492,6 @@ pkg_postinst() {
                ebegin "Updating hwdb"
                systemd-hwdb --root="${ROOT}" update
                eend $?
+               udev_reload
        fi
 }

Reply via email to