summarylogtreecommitdiffstats
path: root/xmage.install
diff options
context:
space:
mode:
Diffstat (limited to 'xmage.install')
-rw-r--r--xmage.install12
1 files changed, 7 insertions, 5 deletions
diff --git a/xmage.install b/xmage.install
index 83ae8f52a029..6ec7fba9b915 100644
--- a/xmage.install
+++ b/xmage.install
@@ -1,11 +1,13 @@
-pkgname='xmage'
-
post_install() {
echo
- echo "==> ${pkgname}'s files are located in /usr/share/xmage"
- echo "==> If you wish to increase the amount of RAM available"
+ 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 "==> and change the 1024 in '-Xmx1024m' to the amount"
echo "==> of RAM(in MB) you wish to make available"
echo
}