core/bumblebee/bumblebee.install

8 lines
206 B
Plaintext

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
}