summarylogtreecommitdiffstats
path: root/zelda-classic.install
diff options
context:
space:
mode:
Diffstat (limited to 'zelda-classic.install')
-rw-r--r--zelda-classic.install10
1 files changed, 9 insertions, 1 deletions
diff --git a/zelda-classic.install b/zelda-classic.install
index d344eb520b1c..476b1efe4fec 100644
--- a/zelda-classic.install
+++ b/zelda-classic.install
@@ -1,8 +1,16 @@
post_install() {
- echo "If you experience Errors, check/delete your ~/.zelda-classic directory."
+ echo " => If you experience problems, check/delete your zelda-classic directory,"
+ echo " It is located in \$XDG_CONFIG_HOME, default: '~/.config/zelda-classic'."
}
post_upgrade() {
post_install
+
+ # the launcher changed in that version
+ if [ $(vercmp $2 2.50.2.29-1) -lt 0 ]; then
+ echo " => This folder was formerly located at '~/.zelda-classic'. The launcher script"
+ echo " tries to migrate settings and data files to the new location, however custom"
+ echo " quests are not touched and should be moved manually."
+ fi
}