summarylogtreecommitdiffstats
path: root/pycharm-professional.install
blob: 028a44f90c681582c065f1ce6c7f466ef46e7ad0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  /bin/cat << EOF
===>
===> Please set the anti-aliasing font and others settings of 
===> pycharm in this file (if is needed):
===>
===> /opt/pycharm-professional/bin/pycharm64.vmoptions
===>
===> Please read the following link for more font options: 
===> https://wiki.archlinux.org/index.php/Java_Runtime_Environment_Fonts
===> 
EOF
}