summaryrefslogtreecommitdiff
path: root/libre/java-common/install_java-runtime-common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libre/java-common/install_java-runtime-common.sh')
-rw-r--r--libre/java-common/install_java-runtime-common.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/libre/java-common/install_java-runtime-common.sh b/libre/java-common/install_java-runtime-common.sh
new file mode 100644
index 000000000..0c9ae502e
--- /dev/null
+++ b/libre/java-common/install_java-runtime-common.sh
@@ -0,0 +1,9 @@
+post_install() {
+ echo 'For the complete set of Java binaries to be available in your PATH,'
+ echo 'you need to re-login or source /etc/profile.d/jre.sh'
+ echo 'Please note that this package does not support forcing JAVA_HOME as former package 'java-common' did'
+}
+
+post_upgrade() {
+ parabola-java fix
+}