summarylogtreecommitdiffstats
path: root/milkytracker.install
blob: 33cb940e20497edd49660a8508bb3ff81d6aa0c5 (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo 'If you wish to use jack (or jack2), use this command the first time'
  echo 'you start milkytracker: SDL_AUDIODRIVER=jack milkytracker'
  echo 'Then select the jack driver in milkytracker and connect the audio'
  echo 'with a program like qjackctl.'
}

# vim:set ts=2 sw=2 et: