repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
0ad
/
0ad.install
blob
bdc80434b2d55ee6bb27fe6a7f818b5b272f71ea
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
11
}
12
13
# arg 1: the new package version
14
# arg 2: the old package version
15
post_upgrade() {
16
post_install $1
17
}
18
19
op=$1
20
shift
21
$op $*