if command -v suidunregister >/dev/null 2>&1 && [ -e /etc/suid.conf ]; then
        suidunregister -s #PACKAGE# /#FILE#
fi
