aur/clion-eap.install
Michael Hansen b586f2b0c1 Move optional JRE component to a PKGBUILD var instead of a package.
When _external_jre is set, we also now display a URL that has information
on how to use an external JRE correctly, for users who still want the
ability to do so.
2025-05-28 11:26:06 -07:00

11 lines
451 B
Text

post_install() {
echo "This version of clion-eap has no bundled JRE."
echo "See https://www.jetbrains.com/help/clion/switching-boot-jdk.html for"
echo "instructions on configuring clion to use an external JRE."
}
post_upgrade() {
echo "This version of clion-eap has no bundled JRE."
echo "See https://www.jetbrains.com/help/clion/switching-boot-jdk.html for"
echo "instructions on configuring clion to use an external JRE."
}