summarylogtreecommitdiffstats
path: root/mkxp.install
diff options
context:
space:
mode:
authorCarsten Teibes2014-01-11 09:39:00 +0100
committerCarsten Teibes2014-01-11 09:39:00 +0100
commit745029ed66dbc6b029ca84f0b755d461922268bc (patch)
tree32ecdfebc2b4ee6e29a5ee7545f6c8b9facf9ac2 /mkxp.install
downloadaur-745029ed66dbc6b029ca84f0b755d461922268bc.tar.gz
[add] mkxp-git
Diffstat (limited to 'mkxp.install')
-rw-r--r--mkxp.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/mkxp.install b/mkxp.install
new file mode 100644
index 000000000000..708511b87036
--- /dev/null
+++ b/mkxp.install
@@ -0,0 +1,11 @@
+
+post_install() {
+ echo "Currently, you have to copy /usr/bin/mkxp to the directory of the"
+ echo "RPG Maker XP game you want to play, after that you can launch it"
+ echo "with ./mkxp in it's directory. You may want to add a mkxp.conf to game"
+ echo "directory for customisation, see sample file in /usr/share/doc/mkxp"
+}
+
+post_upgrade() {
+ post_install
+}