summarylogtreecommitdiffstats
path: root/freeablo.install
diff options
context:
space:
mode:
authorAmber2022-04-25 14:46:42 -0500
committerAmber2022-04-25 14:46:42 -0500
commit3d15ff498d7a7d941058633157c44efbc82c2592 (patch)
treea4f996e577865e28e0da155e2178d3642e3599de /freeablo.install
parentcb135844d169e481cad86e3514b454e63b81e34e (diff)
downloadaur-3d15ff498d7a7d941058633157c44efbc82c2592.tar.gz
changed install location to /opt
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
}