mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
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.
11 lines
451 B
Text
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."
|
|
}
|