summarylogtreecommitdiffstats
path: root/post_install
blob: fe7c63ee35a66c96bde9cdabb0c7806540ea9f5c (plain)
1
2
3
4
5
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."
}