summarylogtreecommitdiffstats
path: root/alice.install
diff options
context:
space:
mode:
Diffstat (limited to 'alice.install')
-rw-r--r--alice.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/alice.install b/alice.install
new file mode 100644
index 000000000000..8050bb553725
--- /dev/null
+++ b/alice.install
@@ -0,0 +1,6 @@
+# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
+
+post_install() {
+ echo -e "You need to manually set java-environment=8 by running '\e[32marchlinux-java set java-8-openjdk\e[37m' as root."
+ echo "If you have a different package providing Java 8, you can replace the above package with the one you have installed."
+} \ No newline at end of file