blob: 6828e3f6fda602eecf5b6f42ded938c792ee5960 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
}
|