]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-suid
r434: added back (sigh)
[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