summarylogtreecommitdiffstats
path: root/filebot47.install
blob: ce8924d48b358a964cca7cb1a103ce7e52d963cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
echo -e "\e[1;33m==>This is outdated but free version of Filebot\e[0m"
echo -e "\e[1;33m==>Consider to update to current and paid one\e[0m"
echo -e "\e[1;33m==>\e[0m"
echo -e "\e[1;33m==>\e[0m if you use OpenJDK as Java VM you \e[1;31mmust\e[0m also install OpenJFX"
echo -e "\e[1;33m==>\e[0m \e[1;36mhttps://wiki.archlinux.org/index.php/Java#OpenJFX\e[0m"
}

post_upgrade() {
  post_install $1
}