summarylogtreecommitdiffstats
path: root/pycharm-professional.install
blob: 43c9f5feb3613d18b54815026fe21b9633097076 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
}