summarylogtreecommitdiffstats
path: root/mkxp.install
blob: e76ae16c38679341609381ff788c58d79817b160 (plain)
1
2
3
4
5
6
7
8
9
10

post_install() {
  echo "=> To use mkxp, change into the directory of the RPG Maker XP game you want to"
  echo "=> play and launch 'mkxp'. You may want to add a mkxp.conf to the game directory"
  echo "=> for customisation, a sample file is provided in '/usr/share/doc/mkxp'."
}

post_upgrade() {
  post_install
}