]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postrm-suid
r821: This commit was manufactured by cvs2svn to create tag
[debhelper.git] / autoscripts / postrm-suid
diff --git a/autoscripts/postrm-suid b/autoscripts/postrm-suid
deleted file mode 100644 (file)
index a4cfecf..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-if [ "$1" = remove ] && [ -e /etc/suid.conf ] && \
-   which suidunregister >/dev/null 2>&1; then
-        suidunregister -s #PACKAGE# /#FILE#
-fi