post_upgrade() { getent group "bumblebee" &>/dev/null || groupadd -g 56 bumblebee echo "Don't forget to add yourself to the 'bumblebee' group to use Bumblebee" } post_install() { post_upgrade }