mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-11 03:45:06 -05:00
8 lines
109 B
Bash
Executable File
8 lines
109 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# remove /usr/local/[package] link
|
|
rm "/usr/local/$SYNOPKG_PKGNAME"
|
|
|
|
# return successfully
|
|
exit 0
|