1 2 3 4 5 6 7 8 9
post_install() { echo "You must be in the following groups: " echo " * lock: for /run/lock/lockdev" echo " * uucp: for /dev/ttyS0" } post_upgrade() { post_install }