mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-11 20:05:04 -05:00
8 lines
125 B
Bash
8 lines
125 B
Bash
#!/bin/sh
|
|
|
|
# unlink filebot command
|
|
rm -f /usr/bin/filebot
|
|
|
|
# unlink system JNA library
|
|
rm -f /usr/share/filebot/jar/jna.jar
|