]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-suid
r487: * dh_movefiles: Typo, Closes: #106532
[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