summaryrefslogtreecommitdiff
path: root/community-testing/stone-soup/stone-soup.install
blob: 2320123e29a6abc156c69c4c41fb334fd6242d41 (plain)
1
2
3
4
5
6
7
8
9
10
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.
---------------------------------------------------------------------"
}