diff options
author | frealgagu | 2020-03-10 23:30:52 -0500 |
---|---|---|
committer | frealgagu | 2020-03-10 23:30:52 -0500 |
commit | 7f2097206dbd72b076b9fbf517b148c1fe85ae5b (patch) | |
tree | 6eaf432d80047b1915ed41f2bce31259dcb21efc /oracle-sqldeveloper.install | |
parent | 49d1758a1f318094d46bd496031e1652a8e97381 (diff) | |
download | aur-7f2097206dbd72b076b9fbf517b148c1fe85ae5b.tar.gz |
Upgrading to version 19.4.0.354.1759
Diffstat (limited to 'oracle-sqldeveloper.install')
-rw-r--r-- | oracle-sqldeveloper.install | 8 |
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 +} |