repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
bumblebee-git
/
bumblebee.install
blob
904107b15a170d7c48dc7b6b4b0f774a19aaebc6
1
_notice() {
2
echo "Don't forget to add yourself to the 'bumblebee' group to use Bumblebee"
3
}
4
5
post_upgrade() {
6
getent group "bumblebee" &>/dev/null || groupadd bumblebee
7
}
8
9
post_remove() {
10
getent group "bumblebee" &>/dev/null && groupdel bumblebee 1>/dev/null
11
}
12
13
post_install() {
14
post_upgrade
15
_notice
16
}