mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-10 06:20:27 -04:00
8 lines
125 B
Plaintext
8 lines
125 B
Plaintext
![]() |
#!/bin/sh
|
||
|
|
||
|
# unlink filebot command
|
||
|
rm -f /usr/bin/filebot
|
||
|
|
||
|
# unlink system JNA library
|
||
|
rm -f /usr/share/filebot/jar/jna.jar
|