PKGBUILDs/community/cube/cube.install

13 lines
251 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
post_install() {
getent group games > /dev/null || /usr/sbin/groupadd -g 50 games
cat << EOF
==> To be able to save configs and games,
==> add your user to the games group:
==> # gpasswd -a USERNAME games
EOF
}
post_upgrade() {
post_install $1
}