sys-apps/systemd: call udev_hwdb_update

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2026-04-29 14:41:24 -04:00
parent 59b1549b4e
commit 9ef9f4ef29
3 changed files with 3 additions and 6 deletions

View File

@@ -544,8 +544,7 @@ pkg_postinst() {
# Keep this here in case the database format changes so it gets updated
# when required.
systemd-hwdb --root="${ROOT}" update
udev_hwdb_update || FAIL=1
udev_reload || FAIL=1
# Bug 465468, make sure locales are respected, and ensure consistency

View File

@@ -548,8 +548,7 @@ pkg_postinst() {
# Keep this here in case the database format changes so it gets updated
# when required.
systemd-hwdb --root="${ROOT}" update
udev_hwdb_update || FAIL=1
udev_reload || FAIL=1
# Bug 465468, make sure locales are respected, and ensure consistency

View File

@@ -547,8 +547,7 @@ pkg_postinst() {
# Keep this here in case the database format changes so it gets updated
# when required.
systemd-hwdb --root="${ROOT}" update
udev_hwdb_update || FAIL=1
udev_reload || FAIL=1
# Bug 465468, make sure locales are respected, and ensure consistency