summarylogtreecommitdiffstats
path: root/rollemup.install
blob: c3871c8cae4a4d68a0dd211222c4c23422021461 (plain)
1
2
3
4
5
6
7
8
9
10
11

post_install() {
  echo "For audio output, you likely need to setup OSS or emulation. Then you can launch"
  echo "for ALSA:'aoss rollemup' or for PulseAudio:'padsp rollemup'. The launcher shell"
  echo "script '/usr/bin/rollemup' is commented, just edit accordingly."
  echo "Please also note that the game uses hardcoded keycodes for querty(us) keyboards!"
} 

post_upgrade() {
  post_install
}