summarylogtreecommitdiffstats
path: root/cannonball.install
diff options
context:
space:
mode:
Diffstat (limited to 'cannonball.install')
-rw-r--r--cannonball.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/cannonball.install b/cannonball.install
new file mode 100644
index 000000000000..10b115a8dabc
--- /dev/null
+++ b/cannonball.install
@@ -0,0 +1,14 @@
+
+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."
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ echo "You may remove leftover config and data files from '~/.cannonball'."
+}