summarylogtreecommitdiffstats
path: root/mkxp.install
diff options
context:
space:
mode:
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
+}