Documentation changes included.
[archnosh.git] / nosh-run-udev.post_install.extra
blob023b667ac644d993731cd8a223ad96474c58ed4f
1 #!/bin/sh -
3 if test ! -e /usr/bin/udevd
4 then
5 echo "Symlinking /usr/lib/systemd/systemd-udevd to /usr/bin/udevd"
6 ln -f -s /usr/lib/systemd/systemd-udevd /usr/bin/udevd
7 else
8 echo "/usr/bin/udevd already exists"
9 echo "On Archlinux, udev is provided by systemd by default"
10 echo "Make sure it points to a working udev implementation"
11 fi