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

post_upgrade() {
	echo "==> To play the game simply type"
	echo "==> TIM2"
	echo "==> Saved levels are in ~/.abandonia/TIM2/persistent"
}