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

post_install() {
  echo "You can launch a RPG Maker 2k/2k3 game by starting 'easyrpg-player'"
  echo "in it's directory. Remember you may need RTP(E) for some games."
  echo "Easyrpg-player will notice RTPs installed with wine and honour"
  echo "RPG2K_RTP_PATH, RPG2K3_RTP_PATH and RPG_RTP_PATH environment variables."
}

post_upgrade() {
  post_install
}