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

post_install() {
  echo "Remember you need the DUNEII data files in ~/.local/share/dunedynasty/data"
  echo "For midi music start 'timidity -iA -B 4,8' or set soundfont path for use"
  echo "with FluidSynth in ~/.config/dunedynasty/dunedynasty.cfg"
  echo "For an example config file see /usr/share/doc/dunedynasty folder."
}

post_upgrade() {
  post_install
}