Minor .install fix

This commit is contained in:
Roman Vasilev 2024-02-18 21:28:09 +02:00
parent 8e6a8a3f01
commit d8ea64c657

View file

@ -30,6 +30,7 @@ post_upgrade() {
}
pre_remove() {
# no filebot/openjfx workaround
echo -e "\e[1;33m==>\e[0m Removing OpenJFX symlinks leftover"
rm /usr/share/filebot/openjfx
rm /usr/share/filebot/openjfx 2>/dev/null
}