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]
/
yamagi-quake2-xatrix
/
quake2.install
blob
ac9976d924c20009b9ccb066540407a7cf065bd8
1
post_install() {
2
cat << EOF
3
:: You need the Quake II Mission Pack 1 data files to play,
4
:: copy them to '/usr/share/quake2/xatrix'
5
:: To launch game : cd /usr/bin/quake2/
6
:: ./quake2 -set game xatrix &
7
EOF
8
}
9
10
post_upgrade() {
11
post_install $1
12
}
13