summarylogtreecommitdiffstats
path: root/stone-soup-yiuf.install
blob: 1d789c3a39cdac6b31b91198cd6474b318928c88 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_upgrade() {

    # return if old pkgver >= 0.9.0-2
    [[ $(vercmp $2 1.3-1) -le 0 ]] && return

    echo "---------------------------------------------------------------------
    stone-soup-yiuf saves have moved to ~/.yiufcrawl.
    If you want to keep your old saves, move ~/.crawl-yiuf to
    ~/.yiufcrawl.
---------------------------------------------------------------------"
}