summarylogtreecommitdiffstats
path: root/mkxp.install
diff options
context:
space:
mode:
authorCarsten Teibes2014-08-02 08:37:48 +0200
committerCarsten Teibes2014-08-02 08:37:48 +0200
commit89e72022a571971e5b296b229c7c65ef8605cad8 (patch)
treea896ace3d22de8f0ece353a113bf52d8e8843381 /mkxp.install
parent9863bbdd872ba07961b5008a6b589e9264e8d828 (diff)
downloadaur-89e72022a571971e5b296b229c7c65ef8605cad8.tar.gz
[fix] Add fluidsynth dependency, cleanup
Use new flag for global installation, thanks @Ancurio!
Diffstat (limited to 'mkxp.install')
-rw-r--r--mkxp.install7
1 files changed, 3 insertions, 4 deletions
diff --git a/mkxp.install b/mkxp.install
index 708511b87036..265c7912b578 100644
--- a/mkxp.install
+++ b/mkxp.install
@@ -1,9 +1,8 @@
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"
+ echo "To use mkxp, change into the directory of the RPG Maker XP game you want to play"
+ echo "and launch 'mkxp'. You may want to add a mkxp.conf to the game directory for"
+ echo "customisation, see sample file in '/usr/share/doc/mkxp'."
}
post_upgrade() {