aboutsummarylogtreecommitdiffstats
path: root/pokemmo.install
blob: 26718c93fa984143291a317541cd18be713aca63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install(){
   echo "To play, you will need to place a PokeMon Fire Red (US) ROM, and optionally"
   echo "a Heart Gold or Soul Silver ROM, in ~/.pokemmo/roms"
   echo ""
   echo "This software is not open-source. You must agree to the terms of service before"
   echo "using this software. The terms of service and licensing information may be"
   echo "here: http://pokemmo.eu/tos/"
}

post_upgrade() {
  post_install
}

post_remove() {
  echo "You may remove leftover config and data files from '~/.pokemmo'."
}