eudev: regenerate hwdb db via post-install.

This commit is contained in:
Juan RP 2015-01-11 14:53:31 +01:00
parent bd4ba7e300
commit 864bfa8d17
2 changed files with 7 additions and 1 deletions

6
srcpkgs/eudev/INSTALL Normal file
View File

@ -0,0 +1,6 @@
case "$ACTION" in
post)
echo "Updating udev(7) hwdb.bin..."
usr/bin/udevadm hwdb --update || :
;;
esac

View File

@ -4,7 +4,7 @@ _UDEV_VERSION="217" # compatible udev version provided
pkgname=eudev
version=2.1.1
revision=3
revision=4
conf_files="/etc/udev/udev.conf"
build_style=gnu-configure
configure_args="--enable-libkmod $(vopt_enable gir introspection)"