]> git.proxmox.com Git - systemd.git/commitdiff
debian/udev.postinst: Call systemd-hwdb instead of udevadm hwdb
authorMartin Pitt <martin.pitt@ubuntu.com>
Tue, 17 Feb 2015 13:25:43 +0000 (14:25 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Tue, 17 Feb 2015 13:25:43 +0000 (14:25 +0100)
debian/changelog
debian/udev.postinst

index e7aef6f7feb1070abaea76b6944fb7847b44fb81..83663f1c0dc121e066a9646adb17dd6755f7f72a 100644 (file)
@@ -32,6 +32,7 @@ systemd (219-1) UNRELEASED; urgency=medium
     openntpd, or chrony is installed. (Closes: #755722)
   * debian/systemd.links: Drop obsolete hwclockfirst.service mask link, this
     was dropped in wheezy's util-linux already.
+  * debian/udev.postinst: Call systemd-hwdb instead of udevadm hwdb.
 
   [ Michael Biebl ]
   * Stop removing firstboot man pages. They are now installed conditionally.
index c2ac8548c9b3317e019475a26e29dc1ab416c158..195a59ef6a456f96c4555a48a65821e20eabb92d 100644 (file)
@@ -119,7 +119,7 @@ upgrade_fixes() {
 }
 
 update_hwdb() {
-  udevadm hwdb --update --usr || true
+  systemd-hwdb --usr update || true
 }
 
 # In udev-204, we ship systemd-udevd.service (upstream name), whereas previous