updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / bumblebee / bumblebee.install
blob904107b15a170d7c48dc7b6b4b0f774a19aaebc6
1 _notice() {
2     echo "Don't forget to add yourself to the 'bumblebee' group to use Bumblebee"
5 post_upgrade() {
6     getent group "bumblebee" &>/dev/null || groupadd bumblebee
9 post_remove() {
10     getent group "bumblebee" &>/dev/null && groupdel bumblebee 1>/dev/null
13 post_install() {
14     post_upgrade
15     _notice