summarylogtreecommitdiffstats
path: root/xroar.install
blob: 29d82309a62ac199d9c58d36611d4b02fd43c248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 $*