summarylogtreecommitdiffstats
path: root/etqw.install
diff options
context:
space:
mode:
Diffstat (limited to 'etqw.install')
-rw-r--r--etqw.install30
1 files changed, 30 insertions, 0 deletions
diff --git a/etqw.install b/etqw.install
new file mode 100644
index 000000000000..2a44d91ba562
--- /dev/null
+++ b/etqw.install
@@ -0,0 +1,30 @@
+
+post_install() {
+ echo ">>> You must read and agree to the terms in the EULAs found"
+ echo ">>> in /usr/share/licenses/etqw/ before using this software!"
+ echo ">>>"
+ echo ">>> Copy the following files off your retail DVD:"
+ echo ">>>"
+ echo ">>> Setup/Data/base/pak*.pk4 to /opt/etqw/base/"
+ echo ">>> Setup/Data/base/zpak*.pk4 to /opt/etqw/base/"
+ echo ">>> Setup/Data/base/megatextures/* to /opt/etqw/base/megatextures"
+ echo ">>> Setup/Data/base/video/* to /opt/etqw/base/video"
+ echo ">>>"
+ echo ">>> When you have the data files installed, start the game:"
+ echo ">>> Client: etqw"
+ echo ">>> Server: etqw-dedicated"
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ /bin/true
+}
+
+op=$1
+shift
+
+$op $*
+