#!/bin/sh

SERVICETOOL="/usr/syno/bin/servicetool"
PACKAGE_DIR="/var/packages/SqueezeCenter"

# remove port-forwarding config file
${SERVICETOOL} --remove-configure-file --package lms_port

exit 0
