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 19 20:01:47 UTC 2012
[aur-mirror.git]
/
openttd-beta
/
openttd-beta.install
blob
249bbfa0027349be52582310bae83dfe1f4f032a
1
post_install() {
2
echo "- - - - - - - - -"
3
echo " "
4
echo "if you want to use the same config and data for both openttd and openttd-beta, do this:"
5
echo "ln -s ~/.openttd ~/.openttd-beta"
6
echo " "
7
echo "- - - - - - - - -"
8
}
9
10
post_upgrade() {
11
post_install $1
12
}