updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / 0ad / 0ad.install
blobbdc80434b2d55ee6bb27fe6a7f818b5b272f71ea
1 # arg 1:  the new package version
2 post_install() {
3 cat << EOF
4 Note:
5 ==> In order to play the game, execute it as follows:
6 ==> 0ad
7 ==> You can also run the game editor with this command:
8 ==> 0ad-editor
9 ==> Have fun!
10 EOF
13 # arg 1:  the new package version
14 # arg 2:  the old package version
15 post_upgrade() {
16   post_install $1
19 op=$1
20 shift
21 $op $*