summarylogtreecommitdiffstats
path: root/pycharm-professional.install
diff options
context:
space:
mode:
authorXavierCLL2015-06-13 00:30:51 -0500
committerXavierCLL2015-06-13 00:30:51 -0500
commit1488711311b4379e3e54f62ce4fa7817783f39fc (patch)
tree8fc45580099cae048a8136ebc3b2ff364e3642eb /pycharm-professional.install
downloadaur-1488711311b4379e3e54f62ce4fa7817783f39fc.tar.gz
Initial import
Diffstat (limited to 'pycharm-professional.install')
-rw-r--r--pycharm-professional.install23
1 files changed, 23 insertions, 0 deletions
diff --git a/pycharm-professional.install b/pycharm-professional.install
new file mode 100644
index 000000000000..d6985483d89d
--- /dev/null
+++ b/pycharm-professional.install
@@ -0,0 +1,23 @@
+post_install() {
+ /bin/cat << EOF
+
+===>
+===> Please set the Anti-aliasing font settings for Java app
+===> adding the following line to the user's file ~/.bash_profile
+===> (not in ~/.bashrc):
+===>
+===> export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=setting'
+===>
+===> Replace 'setting' with on, lcd, gasp, etc. By default is
+===> configured with lcd.
+===>
+===> Please read the following link for more options:
+===> https://wiki.archlinux.org/index.php/Java_Runtime_Environment_Fonts
+===>
+
+EOF
+}
+
+post_upgrade() {
+ post_install
+} \ No newline at end of file