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