]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postrm-suid
r11: Initial revision
[debhelper.git] / autoscripts / postrm-suid
diff --git a/autoscripts/postrm-suid b/autoscripts/postrm-suid
new file mode 100644 (file)
index 0000000..9712d25
--- /dev/null
@@ -0,0 +1,3 @@
+if [ -e /etc/suid.conf -a -x /usr/sbin/suidunregister ]; then
+        suidunregister -s #PACKAGE# /#FILE#
+fi