blob: 5ac761a58a08e38dbf42b3b52bbf651c830bef42 (
plain)
1
2
3
4
5
|
post_install() {
echo "1) Please edit /opt/persistent-evdev/etc/config.json and add your devices"
echo "2) Please restart systemd-udevd.service"
echo "3) Please enable persistent-evdev.service"
}
|