]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-suid
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[debhelper.git] / autoscripts / postrm-suid
1 if [ "$1" = remove ] && [ -e /etc/suid.conf ] && \
2    which suidunregister >/dev/null 2>&1; then
3         suidunregister -s #PACKAGE# /#FILE#
4 fi