summarylogtreecommitdiffstats
path: root/freeablo.install
diff options
context:
space:
mode:
Diffstat (limited to 'freeablo.install')
-rw-r--r--freeablo.install9
1 files changed, 4 insertions, 5 deletions
diff --git a/freeablo.install b/freeablo.install
index 5aa5bbc24c6a..2b242f986ff7 100644
--- a/freeablo.install
+++ b/freeablo.install
@@ -1,13 +1,12 @@
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 "You will need to put the files 'DIABDAT.MPQ' and 'Diablo.exe'"
+ echo "in /opt/freeablo."
echo ""
- echo "To launch it, use this:"
- echo "$ cd ~/.freeablo && freeablo"
+ echo "This will not work well on multi-user systems. I need to"
+ echo "figure out how to allow multiple users to use multiple save files"
}
-# TODO: move to /opt and replace /usr/bin/freeable with a shell script
post_upgrade() {
post_install
}