summarylogtreecommitdiffstats
path: root/filebot.install
diff options
context:
space:
mode:
Diffstat (limited to 'filebot.install')
-rw-r--r--filebot.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/filebot.install b/filebot.install
index 46512a3d29a1..036831fe3894 100644
--- a/filebot.install
+++ b/filebot.install
@@ -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
}