summarylogtreecommitdiffstats
path: root/xmage.install
diff options
context:
space:
mode:
Diffstat (limited to 'xmage.install')
-rw-r--r--xmage.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/xmage.install b/xmage.install
new file mode 100644
index 000000000000..83ae8f52a029
--- /dev/null
+++ b/xmage.install
@@ -0,0 +1,18 @@
+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 "==> 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
+}
+
+post_upgrade() {
+ echo
+ echo "==> Release notes can be found at"
+ echo "==> https://github.com/magefree/mage/wiki/Release-changes"
+ echo
+}