summarylogtreecommitdiffstats
path: root/alex4.install
blob: 0fcb7794d84c60251ba0f87d58de24e5d14812c6 (plain)
1
2
3
4
5
6
7
8
9

post_install() {
  echo "You can copy '/usr/share/alex4/alex4.ini' to '~/.alex4' directory to edit"
  echo "game options."
}

post_upgrade() {
  post_install
}