]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-suid
r11: Initial revision
[debhelper.git] / autoscripts / postrm-suid
1 if [ -e /etc/suid.conf -a -x /usr/sbin/suidunregister ]; then
2         suidunregister -s #PACKAGE# /#FILE#
3 fi