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 Mon Jan 16 04:00:32 UTC 2012
[aur-mirror.git]
/
cube
/
cube.install
blob
7340eb09c5259982316020886dd554f651be324d
1
post_install() {
2
getent group games > /dev/null || /usr/sbin/groupadd -g 50 games
3
cat << EOF
4
==> To be able to save configs and games,
5
==> add your user to the games group:
6
==> # gpasswd -a USERNAME games
7
EOF
8
}
9
10
post_upgrade() {
11
post_install $1
12
}