summarylogtreecommitdiffstats
path: root/ezquake.install
diff options
context:
space:
mode:
authorSlashbunny2011-02-07 22:04:06 -0500
committerSlashbunny2011-02-07 22:04:06 -0500
commitb054d3be3dfff2355ea9c774d661fdca2e18d81f (patch)
tree8142742b409b88c4424660cd94049e035ec8ffc1 /ezquake.install
parent919660c425103ac86aa78af95639d09b114d4bd6 (diff)
downloadaur-b054d3be3dfff2355ea9c774d661fdca2e18d81f.tar.gz
Update to latest version, fix install message
Diffstat (limited to 'ezquake.install')
-rw-r--r--ezquake.install15
1 files changed, 6 insertions, 9 deletions
diff --git a/ezquake.install b/ezquake.install
index 1dfa0ecf777a..447135015ed4 100644
--- a/ezquake.install
+++ b/ezquake.install
@@ -1,21 +1,18 @@
-
+
post_install() {
echo ">>> You need the retail pak0.pak and pak1.pak in order to play."
echo ">>> Copy or symlink them to /opt/quake/id1/"
- echo ">>>"
- echo ">>> You can play on any QuakeWorld servers with ezQuake. Use a server"
- echo ">>> browser to find games, such as XQF."
- echo ">>>"
- echo ">>> For high resolution textures and skins, install the 'ezquake-skins'"
- echo ">>> and 'ezquake-textures' packages from the AUR."
+ echo ">>>"
+ echo ">>> For high resolution textures and skins, install the"
+ echo ">>> 'quake-qrp-textures' package from the AUR."
}
post_upgrade() {
- post_install $1
+ post_install $1
}
pre_remove() {
- /bin/true
+ /bin/true
}
op=$1