summarylogtreecommitdiffstats
path: root/fabother-world.install
diff options
context:
space:
mode:
authorCarsten Teibes2014-02-14 01:26:20 +0100
committerCarsten Teibes2014-02-14 01:26:20 +0100
commitf1e69fbd0ab4ca96fd0099a60a966a4e0021aff1 (patch)
treed43fe678a051b8a611a85b4bbfaf1c11073b3744 /fabother-world.install
downloadaur-f1e69fbd0ab4ca96fd0099a60a966a4e0021aff1.tar.gz
[add] fabother-world-git
Diffstat (limited to 'fabother-world.install')
-rw-r--r--fabother-world.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/fabother-world.install b/fabother-world.install
new file mode 100644
index 000000000000..a59b5de3ca3e
--- /dev/null
+++ b/fabother-world.install
@@ -0,0 +1,9 @@
+
+post_install() {
+ echo "You need the original 'Another World'/'Out of this World' data files to play."
+ echo "It searches for 'BANK*' and 'MEMLIST.BIN' in '~/.fabother-world/data'."
+}
+
+post_upgrade() {
+ post_install
+}