1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-01-09 21:08:01 -05:00
filebot/installer/spk/scripts/preuninst

8 lines
109 B
Bash

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