This repository has been archived on 2024-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
|
case "$ACTION" in
|
|
post)
|
|
echo "Updating udev(7) hwdb.bin..."
|
|
usr/bin/udevadm hwdb --update || :
|
|
|
|
if [ -d usr/sbin -a ! -L usr/sbin ]; then
|
|
ln -s ../bin/udevd usr/sbin/udevd
|
|
fi
|
|
;;
|
|
esac
|