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