summarylogtreecommitdiffstats
path: root/darkplaces-git.install
diff options
context:
space:
mode:
authorprofessorkaos642016-09-21 16:05:11 -0400
committerprofessorkaos642016-09-21 16:05:11 -0400
commit6d287dfe16dc93f29471a8acd8f559ca28b3e382 (patch)
tree35d155e8dfc941f54204732086a7ca64fec5df16 /darkplaces-git.install
downloadaur-6d287dfe16dc93f29471a8acd8f559ca28b3e382.tar.gz
initial upload
Diffstat (limited to 'darkplaces-git.install')
-rw-r--r--darkplaces-git.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/darkplaces-git.install b/darkplaces-git.install
new file mode 100644
index 000000000000..956032354e0f
--- /dev/null
+++ b/darkplaces-git.install
@@ -0,0 +1,15 @@
+post_install() {
+ cat <<EOF
+You need the Quake 1 data files to play.
+Copy the "id1" directory to /usr/share/games/quake
+EOF
+}
+
+post_upgrade() {
+ if [ "$(vercmp "$1" 20140513-1)" -eq 1 ]; then
+ cat <<EOF
+The Quake data directory has changed to /usr/share/games/quake
+You may need to move or link your current data from /usr/share/quake
+EOF
+ fi
+}