filebot/installer/spk/scripts/preuninst

7 lines
69 B
Plaintext
Raw Normal View History

#!/bin/sh
# remove /bin symlink
rm -f /usr/syno/bin/filebot
exit 0