summarylogtreecommitdiffstats
path: root/catacombsdl.install
diff options
context:
space:
mode:
Diffstat (limited to 'catacombsdl.install')
-rw-r--r--catacombsdl.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/catacombsdl.install b/catacombsdl.install
new file mode 100644
index 000000000000..d87756e6abcd
--- /dev/null
+++ b/catacombsdl.install
@@ -0,0 +1,9 @@
+
+post_install() {
+ echo "Remember you need the data files to play. Put all .CA2 files under '~/.catacombsdl',"
+ echo "all filenames are expected to be uppercase currently."
+}
+
+post_upgrade() {
+ post_install
+}