1 2 3 4 5 6
post_install() { echo echo "Remember to add your user to the uucp group so you can access the serial ports" echo "'gpasswd -a \$USER uucp'" echo }