updated on Mon Jan 16 04:00:32 UTC 2012
[aur-mirror.git] / cube / cube.install
blob7340eb09c5259982316020886dd554f651be324d
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
10 post_upgrade() {
11   post_install $1