summarylogtreecommitdiffstats
path: root/xroar.install
diff options
context:
space:
mode:
authorBoris Timofeev2015-07-11 17:48:25 +0300
committerBoris Timofeev2015-07-11 17:48:25 +0300
commit22bff9c065803c951f92994d2a1fa59dffceba76 (patch)
treede101950cae23d6bab30522131613063f9199d24 /xroar.install
downloadaur-22bff9c065803c951f92994d2a1fa59dffceba76.tar.gz
Initial commit
Diffstat (limited to 'xroar.install')
-rw-r--r--xroar.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/xroar.install b/xroar.install
new file mode 100644
index 000000000000..29d82309a62a
--- /dev/null
+++ b/xroar.install
@@ -0,0 +1,15 @@
+post_install()
+{
+ echo ""
+ echo "***************************************************************"
+ echo " XRoar needs ROM dumps from the original computers to work"
+ echo " correctly. Install ROMs to /usr/share/xroar/roms/ for system"
+ echo " wide use, or ~/.xroar/roms/ for single user only."
+ echo " See http://www.6809.org.uk/dragon/xroar-manual.shtml for more information."
+ echo "***************************************************************"
+ echo ""
+}
+
+op=$1
+shift
+$op $*