diff options
author | Michael Biebl <mbiebl@gmail.com> | 2016-11-23 19:21:56 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-11-23 19:21:56 +0100 |
commit | 331d6a201b82a03c5343bb9c25280f0cd8b7d9fb (patch) | |
tree | 262dd1e1e1c4c629f0bd14f0c0fdf049bb6306a2 /src/core/macros.systemd.in | |
parent | fadc06bb8166b7ee494ed90b054f083ac4db4e11 (diff) |
hwdb: use systemd-hwdb instead of obsolete udevadm hwdb (#4722)
Fixes: #4721
Diffstat (limited to 'src/core/macros.systemd.in')
-rw-r--r-- | src/core/macros.systemd.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/macros.systemd.in b/src/core/macros.systemd.in index 6e8a3b3e3d..8d7ce1c238 100644 --- a/src/core/macros.systemd.in +++ b/src/core/macros.systemd.in @@ -81,7 +81,7 @@ fi \ %systemd_user_postun_with_restart() %{nil} %udev_hwdb_update() \ -udevadm hwdb --update >/dev/null 2>&1 || : \ +systemd-hwdb update >/dev/null 2>&1 || : \ %{nil} %udev_rules_update() \ |