mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Minor .install fix
This commit is contained in:
parent
8e6a8a3f01
commit
d8ea64c657
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue