if [ "$1" = remove ] && [ -e /etc/suid.conf ] && \
   which suidunregister >/dev/null 2>&1; then
        suidunregister -s #PACKAGE# /#FILE#
fi
