1 2 3 4
post_install() { echo '- Add your user to the uucp group:' echo ' gpasswd -a USERNAME uucp' }