blob: 08cb7e01da0f5fddeceb6d7a1c86b9b0195d1b9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
post_upgrade() {
[[ $(vercmp $2 0.7.1) -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)
---------------------------------------------------------------------"
}
|