post_install() { echo "WARNING:" echo " Running IntelliJ IDEA with java other than java 8" echo " may cause various problems, such as Graddle import not working" } post_upgrade() { post_install }