diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-02 08:40:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-02 10:48:16 +0700 |
commit | 5367caa06084e03c0bdbe684267738251d8d5e47 (patch) | |
tree | 507f5df3864e9e97bcc6b82431ae4cc68482c024 /office/fop2.0/README.postinst | |
parent | 835557c9dfb2974df4dd5a0218a6b1cebb3e5a34 (diff) | |
download | slackbuilds-5367caa06084e03c0bdbe684267738251d8d5e47.tar.gz |
office/fop2.0: Removed (use fop-legacy).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/fop2.0/README.postinst')
-rw-r--r-- | office/fop2.0/README.postinst | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/office/fop2.0/README.postinst b/office/fop2.0/README.postinst deleted file mode 100644 index d079a0e881..0000000000 --- a/office/fop2.0/README.postinst +++ /dev/null @@ -1,13 +0,0 @@ -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" |