mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-14 05:15:03 -05: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
|