summarylogtreecommitdiffstats
path: root/cannonball.install
diff options
context:
space:
mode:
authorCarsten Teibes2014-03-01 02:29:27 +0100
committerCarsten Teibes2014-03-01 02:29:27 +0100
commit74286cb6e8e215da81e2c3f04155234379065c69 (patch)
tree3af34d90596ad04386129667dcf57624fd0f12b0 /cannonball.install
downloadaur-74286cb6e8e215da81e2c3f04155234379065c69.tar.gz
[add] cannonball 0.22
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'."
+}