summarylogtreecommitdiffstats
path: root/openjazz.install
diff options
context:
space:
mode:
Diffstat (limited to 'openjazz.install')
-rw-r--r--openjazz.install12
1 files changed, 9 insertions, 3 deletions
diff --git a/openjazz.install b/openjazz.install
index ae2aeaf2b058..56df8ea2b5a0 100644
--- a/openjazz.install
+++ b/openjazz.install
@@ -1,13 +1,19 @@
post_install() {
- 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 "OpenJazz needs original Jazz Jackrabbit™ data files to play."
+ echo "You can put them in '/usr/share/openjazz' for global installation or"
+ echo "in ${XDG_DATA_HOME:-/.local/share}/openjazz' for yourself."
echo "Legal game data download:"
- echo " http://www.dosgamesarchive.com/gamegroup/jazz-jackrabbit/"
+ echo " https://www.dosgamesarchive.com/related-games/jazz-jackrabbit"
}
post_upgrade() {
post_install
+
+ if [ $(vercmp "$2" 20231028) -lt 0 ]; then
+ echo " => The settings/data directories have been moved from ~/.openjazz to"
+ echo " respect xdg basedir spec."
+ fi
}
post_remove() {