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]
/
iowolfet-hg
/
iowolfet.install
blob
3364da62d523b0389239b3103e37529e0f0cc566
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 "==> This is pre-Alpha vesion of iowolfet. Bugs are everywhere ;)"
7
# echo
8
}
9
10
post_upgrade() {
11
12
# Run post_install function
13
post_install $1
14
}