summarylogtreecommitdiffstats
path: root/yamagi-quake2-rogue.install
diff options
context:
space:
mode:
Diffstat (limited to 'yamagi-quake2-rogue.install')
-rw-r--r--yamagi-quake2-rogue.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/yamagi-quake2-rogue.install b/yamagi-quake2-rogue.install
new file mode 100644
index 000000000000..e0729fc62c08
--- /dev/null
+++ b/yamagi-quake2-rogue.install
@@ -0,0 +1,9 @@
+
+post_install() {
+ echo "You need Quake II - Mission Pack 2 ('Ground Zero') data files to play,"
+ echo "copy them to '~/.yq2/rogue'."
+}
+
+post_upgrade() {
+ post_install
+}