systemd: more hwdb cleanup after systemd-209

This commit is contained in:
Stefan Saraev 2014-02-22 20:39:49 +02:00
parent 025685f85e
commit 28b0dded07

View File

@ -119,6 +119,9 @@ post_makeinstall_target() {
rm -f $INSTALL/usr/lib/udev/hwdb.d/20-pci-vendor-model.hwdb
rm -f $INSTALL/usr/lib/udev/hwdb.d/20-usb-classes.hwdb
rm -f $INSTALL/usr/lib/udev/hwdb.d/20-usb-vendor-model.hwdb
rm -f $INSTALL/usr/lib/udev/hwdb.d/20-net-ifname.hwdb
rm -f $INSTALL/usr/lib/udev/hwdb.d/20-sdio-classes.hwdb
rm -f $INSTALL/usr/lib/udev/hwdb.d/20-sdio-vendor-model.hwdb
# tune journald.conf
sed -e "s,^.*Compress=.*$,Compress=no,g" -i $INSTALL/etc/systemd/journald.conf