18 lines
503 B
Plaintext
18 lines
503 B
Plaintext
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
|
|
}
|