	#!/bin/sh
	# if NOT run buildroot then stop service
	[ -z "${IPKG_INSTROOT}" ] && /etc/init.d/ddns stop		>/dev/null 2>&1
	# remove services file entries
	/bin/sed -i '/no-ip\.com/d' ${IPKG_INSTROOT}/etc/ddns/services	>/dev/null 2>&1
	exit 0	# suppress errors
