#!/bin/sh

. /var/packages/NoteStation/scripts/pkg_utils

if [ "${SYNOPKG_PKG_STATUS}" = "UNINSTALL" ]; then
	RemoveConf
fi

exit 0

