summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-suid
blob: d4a761996421cf1ee4fbb0e12374f10ea1f22c4b (plain)
1
2
3
if command -v suidunregister >/dev/null 2>&1 && [ -e /etc/suid.conf ]; then
        suidunregister -s #PACKAGE# /#FILE#
fi