2016-04-20 18:52:06 +03:00
|
|
|
post_install() {
|
|
|
|
/bin/cat << EOF
|
2015-06-13 08:30:51 +03:00
|
|
|
===>
|
2018-09-06 19:36:11 +03:00
|
|
|
===> Please set the anti-aliasing font and others settings of
|
|
|
|
===> pycharm in this file (if is needed):
|
2015-06-13 08:30:51 +03:00
|
|
|
===>
|
2018-09-06 19:36:11 +03:00
|
|
|
===> /opt/pycharm-professional/bin/pycharm64.vmoptions
|
2015-06-13 08:30:51 +03:00
|
|
|
===>
|
2018-09-06 19:36:11 +03:00
|
|
|
===> Please read the following link for more font options:
|
2015-06-13 08:30:51 +03:00
|
|
|
===> https://wiki.archlinux.org/index.php/Java_Runtime_Environment_Fonts
|
|
|
|
===>
|
|
|
|
EOF
|
|
|
|
}
|