summarylogtreecommitdiffstats
path: root/stone-soup-ncurses.install
blob: 9aa9018b89c2155ea214d28bbcec80863cba7b98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
    echo "Run crawl to play the game."
}

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.
---------------------------------------------------------------------"
}