summaryrefslogtreecommitdiff
path: root/office/fop/README.postinst
diff options
context:
space:
mode:
authorThorn Inurcide <thorn-inurcide@hotmail.com>2015-04-26 13:58:43 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-26 13:58:43 +0700
commitef68d125f9493684533a3f6cae23869a87c3dbba (patch)
tree20df812cd2ae8a3557a756a26a273455e7e2d196 /office/fop/README.postinst
parentda3c2b3480e758ce363b475ccd496943cc35e92d (diff)
downloadslackbuilds-ef68d125f9493684533a3f6cae23869a87c3dbba.tar.gz
office/fop: Added (print formatter).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/fop/README.postinst')
-rw-r--r--office/fop/README.postinst13
1 files changed, 13 insertions, 0 deletions
diff --git a/office/fop/README.postinst b/office/fop/README.postinst
new file mode 100644
index 0000000000..d079a0e881
--- /dev/null
+++ b/office/fop/README.postinst
@@ -0,0 +1,13 @@
+After installing, create .foprc in your home dir with the following
+
+FOP_OPTS="-Xmx###m"
+FOP_HOME="/opt/fop"
+
+Delete and replace the #'s with the amount of RAM your computer has
+in megabytes.
+
+Use can run "free -m" in the terminal to get the info:
+Example :
+
+FOP_OPTS="-Xmx1024m" // If you have a GB RAM
+FOP_HOME="/opt/fop"