summarylogtreecommitdiffstats
path: root/freeablo.install
diff options
context:
space:
mode:
authorCarsten Teibes2015-01-24 12:39:22 +0100
committerCarsten Teibes2015-01-24 12:39:22 +0100
commit3a0b56e9ad21843b8a110e8e86935428d5fe9cc9 (patch)
treeba8160721df66b6d305e19d2020b8f62a1def8ae /freeablo.install
parentf5ae5a754131a09cdc97ce0ea9a346d0fc4ad96b (diff)
downloadaur-3a0b56e9ad21843b8a110e8e86935428d5fe9cc9.tar.gz
[upd] 0.1→0.2
Diffstat (limited to 'freeablo.install')
-rw-r--r--freeablo.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/freeablo.install b/freeablo.install
new file mode 100644
index 000000000000..6aac919c9473
--- /dev/null
+++ b/freeablo.install
@@ -0,0 +1,14 @@
+
+post_install() {
+ echo "Additional setup is needed, as freeablo only searches for resources in the"
+ echo "current directory:"
+ echo "$ mkdir -p ~/.freeablo ; cp -rup /usr/share/freeablo/resources ~/.freeablo"
+ echo "You also need to put the files 'DIABDAT.MPQ' and 'Diablo.exe' there."
+ echo ""
+ echo "To launch it, use this:"
+ echo "$ cd ~/.freeablo && freeablo"
+}
+
+post_upgrade() {
+ post_install
+}