summarylogtreecommitdiffstats
path: root/filebot.install
diff options
context:
space:
mode:
authormax.bra2016-08-03 00:08:14 +0200
committermax.bra2016-08-03 00:08:14 +0200
commitb439594107310d5fc347ce4e1345ad6f69d24490 (patch)
tree2007b47f82873910cb685c0931b8c8517e8e5e37 /filebot.install
parent2d4b40cc313a992c1d45dfb7435888b1fa5e64ab (diff)
downloadaur-b439594107310d5fc347ce4e1345ad6f69d24490.tar.gz
openjfx warning
Diffstat (limited to 'filebot.install')
-rw-r--r--filebot.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/filebot.install b/filebot.install
new file mode 100644
index 000000000000..797d6542a276
--- /dev/null
+++ b/filebot.install
@@ -0,0 +1,9 @@
+post_install() {
+echo -e "\e[1;33m==>\e[0m if you use OpenJDK as your Java VM you \e[1;31mneed\e[0m to install OpenJFX also"
+echo -e "\e[1;33m==>\e[0m \e[1;36mhttps://wiki.archlinux.org/index.php/Java#OpenJFX\e[0m"
+}
+
+post_upgrade() {
+ post_install $1
+}
+