summarylogtreecommitdiffstats
path: root/xroar.install
diff options
context:
space:
mode:
authorAndrew O'Neill2019-03-16 22:28:42 -0400
committerAndrew O'Neill2019-03-16 22:28:42 -0400
commit237f11ecc65443e8b15174e7da2b4bc54d23236c (patch)
tree7fe67d9e1fe6c3b6dd312e6f5570eaeb44a3a645 /xroar.install
parent05d1920da69e36862931a6240f9b2388b032fe03 (diff)
downloadaur-237f11ecc65443e8b15174e7da2b4bc54d23236c.tar.gz
Adopted, and bumped version
Diffstat (limited to 'xroar.install')
-rw-r--r--xroar.install16
1 files changed, 8 insertions, 8 deletions
diff --git a/xroar.install b/xroar.install
index 29d82309a62a..ca8e0151580f 100644
--- a/xroar.install
+++ b/xroar.install
@@ -1,13 +1,13 @@
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 ""
+ echo
+ echo "******************************************************************************"
+ echo " XRoar needs ROM dumps from the original computers to work correctly."
+ echo " Install ROMs to /usr/share/xroar/roms/ for system wide use, or ~/.xroar/roms/"
+ echo " for single user only. See https://www.6809.org.uk/xroar/doc/xroar.shtml for"
+ echo " more information."
+ echo "******************************************************************************"
+ echo
}
op=$1