summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuck Melanoma2021-11-23 12:02:25 -0800
committerBuck Melanoma2021-11-23 12:02:25 -0800
commit7a12378c24ec88b6fa3f7038922994b03ea22eaf (patch)
tree4a82252d0adcd5b5cdd2a5b4656260b561f6131e
parent58afd0466be8ba761dd2a3b9d02a2be07d66e959 (diff)
downloadaur-7a12378c24ec88b6fa3f7038922994b03ea22eaf.tar.gz
Install formmating
-rw-r--r--cannonball.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/cannonball.install b/cannonball.install
index 10b115a8dabc..6402b7971852 100644
--- a/cannonball.install
+++ b/cannonball.install
@@ -1,8 +1,8 @@
post_install() {
- echo "You need the 'Out Run (Rev B)' Rom set data files. Put them under"
- echo "'~/.cannonball/roms'. The launcher script will also place a config"
- echo "file there, if not already existing."
+ 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() {
@@ -10,5 +10,5 @@ post_upgrade() {
}
post_remove() {
- echo "You may remove leftover config and data files from '~/.cannonball'."
+ echo ":: Cannonball game data located in ~/.cannonball/"
}