summaryrefslogtreecommitdiff
path: root/libre-testing/intellij-idea-community-edition/idea.install
diff options
context:
space:
mode:
Diffstat (limited to 'libre-testing/intellij-idea-community-edition/idea.install')
-rw-r--r--libre-testing/intellij-idea-community-edition/idea.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/libre-testing/intellij-idea-community-edition/idea.install b/libre-testing/intellij-idea-community-edition/idea.install
new file mode 100644
index 000000000..6828e3f6f
--- /dev/null
+++ b/libre-testing/intellij-idea-community-edition/idea.install
@@ -0,0 +1,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
+}
+