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