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 Sat Jan 14 04:03:48 UTC 2012
[aur-mirror.git]
/
yamagi-quake2-rogue
/
quake2.install
blob
3534635c4f884ab8ee730b2bf529791a1c7fb971
1
post_install() {
2
cat << EOF
3
:: You need the Quake II Mission Pack 2 data files to play,
4
:: copy them to '/usr/share/quake2/rogue'
5
:: To launch game : cd /usr/bin/quake2/
6
:: ./quake2 -set game rogue &
7
EOF
8
}
9
10
post_upgrade() {
11
post_install $1
12
}
13