summarylogtreecommitdiffstats
path: root/openjazz.install
diff options
context:
space:
mode:
authorCarsten Teibes2017-10-24 19:51:21 +0200
committerCarsten Teibes2017-10-24 19:51:21 +0200
commitd053bd65faadf1718504126abe4c23ec308284d1 (patch)
treef659b3c0dc3398aedf86e9b5c4eec28a149cb33d /openjazz.install
parent317701fb9e7eff81aaa5ed75074406608d96cc2b (diff)
downloadaur-d053bd65faadf1718504126abe4c23ec308284d1.tar.gz
[upd] 20140216→20171024
Diffstat (limited to 'openjazz.install')
-rw-r--r--openjazz.install16
1 files changed, 8 insertions, 8 deletions
diff --git a/openjazz.install b/openjazz.install
index b63bf6a1dd58..ae2aeaf2b058 100644
--- a/openjazz.install
+++ b/openjazz.install
@@ -1,17 +1,17 @@
post_install() {
- echo "Remember OpenJazz needs original Jazz Jackrabbit™ 1 or 2 data files to play."
- echo "You can put them in '/usr/share/openjazz' for global installation or in"
- echo "'~/.openjazz' only for yourself. All filenames are expected to be lowercase,"
- echo "this one-liner might come in handy (in a terminal, with bash4):"
- echo "'cd ~/.openjazz && for f in *; do mv \"\$f\" \"\${f,,}\"; done'"
+ echo "OpenJazz needs original Jazz Jackrabbit™ data files to play. You can put them in"
+ echo "'/usr/share/openjazz' for global installation or in '~/.openjazz' for yourself."
+ echo "Legal game data download:"
+ echo " http://www.dosgamesarchive.com/gamegroup/jazz-jackrabbit/"
}
post_upgrade() {
post_install
}
-pre_remove() {
- echo "If you have installed data files in '/usr/share/openjazz', you have to"
- echo "remove/backup them yourself."
+post_remove() {
+ if [ -d usr/share/openjazz ]; then
+ echo "Remember to remove/backup installed data files in '/usr/share/openjazz'."
+ fi
}