summarylogtreecommitdiffstats
path: root/dunedynasty.install
blob: 0af9cc7e66bfb7323c021d0ace5e8e908df96f93 (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
}