summaryrefslogtreecommitdiffstats
path: root/0ad/0ad.install
blob: bdc80434b2d55ee6bb27fe6a7f818b5b272f71ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# arg 1:  the new package version
post_install() {
cat << EOF
Note:
==> In order to play the game, execute it as follows:
==> 0ad
==> You can also run the game editor with this command:
==> 0ad-editor
==> Have fun!
EOF
}

# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
  post_install $1
}

op=$1
shift
$op $*