#!/bin/sh
if [ -z "${IPKG_INSTROOT}" ]; then
	/etc/init.d/ddns stop
fi
exit 0
