diff options
author | root <root@rshg054.dnsready.net> | 2011-08-16 23:14:31 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-16 23:14:31 +0000 |
commit | 68b7938bb87c6e91d54e4f35f0223c7237fa53e1 (patch) | |
tree | c958be233dadd94e64aee91d88f18f1638817b6f /community/stone-soup/stone-soup.install | |
parent | 3abfc1ebef5936241997dd882938581c91743ee9 (diff) |
Tue Aug 16 23:14:31 UTC 2011
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. ---------------------------------------------------------------------" } |