summarylogtreecommitdiffstats
path: root/sorr.install
blob: adf4ed5b708276ee75daf97db522c172e79d4427 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
	cat <<'EOF'
==> Saved games and mods are stored at the location set by the environment
    variable SORR_SESSION (default: $HOME/.sorr).
EOF
}

post_upgrade() {
	post_install
}