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]
/
ezquake
/
ezquake.install
blob
447135015ed4ee50a82b8f07356db5137cd1d8f9
1
2
post_install() {
3
echo ">>> You need the retail pak0.pak and pak1.pak in order to play."
4
echo ">>> Copy or symlink them to /opt/quake/id1/"
5
echo ">>>"
6
echo ">>> For high resolution textures and skins, install the"
7
echo ">>> 'quake-qrp-textures' package from the AUR."
8
}
9
10
post_upgrade() {
11
post_install $1
12
}
13
14
pre_remove() {
15
/bin/true
16
}
17
18
op=$1
19
shift
20
21
$op $*