#!/bin/sh
if [ -z "${IPKG_INSTROOT}" ]; then
  /usr/sbin/family-dns-update uninstall
fi
exit 0
