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

post_install() {
  echo "The game automatically creates a config file in ~/.freesynd on first start."
  echo "Please change the 'data_dir' setting to point to your 'Syndicate' installation."
  echo "A sample file is provided in /usr/share/doc/freesynd for reference."
}

post_upgrade() {
  post_install
}