diff options
Diffstat (limited to 'community/stone-soup/stone-soup.install')
-rw-r--r-- | community/stone-soup/stone-soup.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/stone-soup/stone-soup.install b/community/stone-soup/stone-soup.install new file mode 100644 index 000000000..2320123e2 --- /dev/null +++ b/community/stone-soup/stone-soup.install @@ -0,0 +1,11 @@ +post_upgrade() { + + # return if old pkgver >= 0.9.0-2 + [[ $(vercmp $2 0.9.0-2) -ge 0 ]] && return + + echo "--------------------------------------------------------------------- + stone-soup saves have moved to ~/.crawl. + If you want to keep your old saves, move ~/.stone-soup to + ~/.crawl. +---------------------------------------------------------------------" +} |