summarylogtreecommitdiffstats
path: root/xmage.install
diff options
context:
space:
mode:
authorAidan Coward2020-01-03 22:13:53 -0500
committerAidan Coward2020-01-03 22:13:53 -0500
commitaee6c8b87cf88c77165905adc93128a4d2a2e440 (patch)
treeac9dc01d8edc2fda821dede32b30dce850dd81a3 /xmage.install
parent7cc44e16dd1ac35cf84d8c39d85b276afe4c5c3f (diff)
downloadaur-aee6c8b87cf88c77165905adc93128a4d2a2e440.tar.gz
previous version didn't correctly modify scripts to start mage-client or
mage-server. QoL updates: - New README.txt file - New systemd unit file to start mage-server on boot - Modified xmage.install file to reflect addition of README.txt
Diffstat (limited to 'xmage.install')
-rw-r--r--xmage.install10
1 files changed, 1 insertions, 9 deletions
diff --git a/xmage.install b/xmage.install
index 6ec7fba9b915..84de0bba7ab6 100644
--- a/xmage.install
+++ b/xmage.install
@@ -1,15 +1,7 @@
post_install() {
echo
echo "==> xmage's files are located in /usr/share/xmage"
- echo "==>"
- echo "==> xmage will automatically increase the (default)"
- echo "==> amount of RAM available to both the client"
- echo "==> and the server from 512MB to 1024MB"
- echo "==> If you wish to change the amount of RAM available"
- echo "==> to xmage, edit /bin/mage-client or /bin/mage-server"
- echo "==> and change the 1024 in '-Xmx1024m' to the amount"
- echo "==> of RAM(in MB) you wish to make available"
- echo
+ echo "==> For details, check /usr/share/xmage/README.txt"
}
post_upgrade() {