summarylogtreecommitdiffstats
path: root/rpcemu.install
blob: 12ea1152ec926dab9b8db424afdfef75cb0e1cd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
post_install() {
  cat << _EOF

  RPCEmu needs RISC OS ROM files placed in /usr/share/rpcemu/roms
  For useage information and how to acquire ROM images please visit
  http://www.marutan.net/rpcemu

  The configuration file is /usr/share/rpcemu/rpc.cfg

_EOF
}

post_remove() {
  cat << _EOF

  Manually remove any leftover files in /usr/share/rpcemu

_EOF
}