1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-07 18:05:04 -05:00
filebot/installer/spk/scripts/preuninst

7 lines
69 B
Bash

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