filebot/installer/spk/scripts/preuninst

7 lines
70 B
Bash

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