summarylogtreecommitdiffstats
path: root/jazz2.install
blob: 230fc0d034536202899b1578be68998629d1f39b (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
	post_upgrade;
}

post_upgrade() {
	echo "==> To play the game simply type"
	echo "==> Jazz2"
	echo "==> Saved games etc. are in ~/.abandonia/Jazz2/Game"
	echo "==> There is a long delay when the game exits - hit [Esc] once to speed it up."
}