1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-10 14:31:04 -04:00

8 lines
109 B
Plaintext
Raw Normal View History

#!/bin/sh
# remove /usr/local/[package] link
rm "/usr/local/$SYNOPKG_PKGNAME"
# return successfully
exit 0