updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / arena / arena.install
blob9e0e3484f5fb05fece86a564dd1ee502363d109a
2 pre_install() {
3   getent group games > /dev/null || /usr/sbin/groupadd -g 50 games
6 post_install() {
7   echo "You must read and accept the Arena terms of use"
8   echo "   /usr/share/licenses/arena/license"
9   echo ""
10   echo "To accept license run arena from command line"
11   echo "and answer \"yes\" when asked, or issue command"
12   echo "   arena --accept-terms"
13   echo ""
14   echo "You should tweak dosbox settings to match your needs"
15   echo "   /usr/share/games/arena/arena.conf"
16   echo ""
17   echo "To play, make sure you are in games group and use command"
18   echo "   arena"
19   echo ""
20   echo "To grab/ungrab mouse in window mode press CTRL+F10"
21   echo "To switch fullscreen press ALT+ENTER"
22   echo ""
23   echo "To see more commands, use"
24   echo "   arena --help"
25   /bin/true
28 pre_upgrade() {
29   post_install