arch-ppa/src/filebot/filebot.install

12 lines
358 B
Plaintext
Raw Normal View History

2017-02-05 00:36:30 -05:00
post_install() {
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"
2019-03-03 20:21:14 -05:00
echo ""
echo -e "\e[1;33m==>\e[0m \e[1;31mfilebot --license license.file\e[0m will activate your license.file
2017-02-05 00:36:30 -05:00
}
post_upgrade() {
post_install $1
}