summarylogtreecommitdiffstats
path: root/oracle-sqldeveloper.install
diff options
context:
space:
mode:
Diffstat (limited to 'oracle-sqldeveloper.install')
-rw-r--r--oracle-sqldeveloper.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/oracle-sqldeveloper.install b/oracle-sqldeveloper.install
new file mode 100644
index 000000000000..a2d391617e5c
--- /dev/null
+++ b/oracle-sqldeveloper.install
@@ -0,0 +1,8 @@
+post_install() {
+ printf "$(tput setaf 4)To run the application you need to have java8-openjfx or java11-openjfx depending on the JDK version you will be using.$(tput sgr0)\n"
+ printf "$(tput setaf 4)You will need to set JAVA_HOME or run this package for the first time from the console to set the jdk path.$(tput sgr0)\n"
+}
+
+post_upgrade() {
+ post_install
+}