summarylogtreecommitdiffstats
path: root/gmchess.install
blob: f753478c33af603c1aec0190e45e1d63458d7e50 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo
  echo "Please note: If this game segfaults on your computer, consider installing gmchess-bin instead."
  echo
}

post_upgrade() {
	post_install
}