summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-suid
blob: 340736afa0db37da823283ecc3566f2e86818aa4 (plain)
1
2
3
4
if [ "$1" = remove -a -e /etc/suid.conf ] && \
   command -v suidunregister >/dev/null 2>&1; then
        suidunregister -s #PACKAGE# /#FILE#
fi