1 2 3 4
post_install() { echo "Add yourself to the uucp group to access the serial ports:" echo "sudo usermod -a -G uucp <user>" }