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]
/
enemy-territory
/
enemy-territory.install
blob
4a5187c78a8b158d9011ee986567f4e82380481c
1
post_install() {
2
3
echo
4
echo "==> You have to run a working PunkBuster to play! Read here:"
5
echo "==> http://www.evenbalance.com/index.php?page=pbsetup.php"
6
echo
7
}
8
9
post_upgrade() {
10
11
# Run post_install function
12
post_install $1
13
}