]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-suid
r506: * Introduced the debian/compat file. This is the new, preferred way to say
[debhelper.git] / autoscripts / postrm-suid
1 if [ "$1" = remove -a -e /etc/suid.conf ] && \
2    command -v suidunregister >/dev/null 2>&1; then
3         suidunregister -s #PACKAGE# /#FILE#
4 fi