diff options
Diffstat (limited to 'community/stone-soup/stone-soup.install')
-rw-r--r-- | community/stone-soup/stone-soup.install | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/community/stone-soup/stone-soup.install b/community/stone-soup/stone-soup.install index 08cb7e01d..2320123e2 100644 --- a/community/stone-soup/stone-soup.install +++ b/community/stone-soup/stone-soup.install @@ -1,12 +1,11 @@ post_upgrade() { - [[ $(vercmp $2 0.7.1) -ge 0 ]] && return + # return if old pkgver >= 0.9.0-2 + [[ $(vercmp $2 0.9.0-2) -ge 0 ]] && return echo "--------------------------------------------------------------------- - stone-soup saves have moved to ~/.stone-soup. - if you want to keep your old saves, move /var/games/stone-soup to - ~/.stone-soup with your user as owner. - - stone-soup now also includes the tiles version (crawl-tiles) + stone-soup saves have moved to ~/.crawl. + If you want to keep your old saves, move ~/.stone-soup to + ~/.crawl. ---------------------------------------------------------------------" } |