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