blob: 6402b79718528adf595c437ef4ff171d9932ca96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
post_install() {
echo ":: To use Cannonball you will need the ROM files from Rev. B of OutRun."
echo ":: Copy the files to '~/.cannonball/roms' and optionally edit the"
echo ":: '~/.cannonball/config.xml'"
}
post_upgrade() {
post_install
}
post_remove() {
echo ":: Cannonball game data located in ~/.cannonball/"
}
|