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 21 20:03:50 UTC 2012
[aur-mirror.git]
/
fitzquake
/
fitzquake.install
blob
e349f75ed1ad99f6e71190b04bf8ca5becf42d81
1
post_install() {
2
cat <<- EOF
3
:: You need the Quake data files to play.
4
:: Copy them to <YOUR_HOME_DIR>/.fitzquake/id1/
5
EOF
6
}
7
8
post_upgrade() {
9
post_install $1
10
}