aboutsummarylogtreecommitdiffstats
path: root/ut2004.install
diff options
context:
space:
mode:
authorAlan James Jenkins2015-06-14 14:13:37 +0100
committerAlan James Jenkins2015-06-14 14:13:37 +0100
commit7cc9fe6d42c5e51c449c4def6f1dde10c4629d24 (patch)
tree9446fa974a04b9687a342ecee0be0465771c4344 /ut2004.install
downloadaur-7cc9fe6d42c5e51c449c4def6f1dde10c4629d24.tar.gz
First AUR4 release.
Diffstat (limited to 'ut2004.install')
-rw-r--r--ut2004.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/ut2004.install b/ut2004.install
new file mode 100644
index 000000000000..c21846557f89
--- /dev/null
+++ b/ut2004.install
@@ -0,0 +1,14 @@
+post_install() {
+
+ echo "To complete installation, run /opt/ut2004/Scripts/ut2004-install as root. This prompts for the CD key and then triggers the update script to install and update ut2004.
+This requires approximately 6G of disk space."
+}
+
+post_remove() {
+
+ # Cleaning up the post install files.
+ rm -r /opt/ut2004 >& /dev/null
+}
+
+
+# vim:set ts=2 sw=2 et: