summarylogtreecommitdiffstats
path: root/easyrpg-player.install
blob: 38eaae22eb12a36ecc28a42e6a296b43d6912556 (plain)
1
2
3
4
5
6
7
8
9
10
11

post_install() {
  echo "You can play a RPG Maker 2000/2003 game by executing 'easyrpg-player' in it's"
  echo "directory. Remember you may need RTP(E) for some games. Easyrpg-player will"
  echo "notice installed RTPs with wine or when you set the environment variables"
  echo "RPG2K_RTP_PATH, RPG2K3_RTP_PATH or RPG_RTP_PATH (for both RTP's) accordingly."
}

post_upgrade() {
  post_install
}