]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postrm-suid
r407: * suidmanager is obsolete now, and so is dh_suidmanager. Instead,
[debhelper.git] / autoscripts / postrm-suid
diff --git a/autoscripts/postrm-suid b/autoscripts/postrm-suid
deleted file mode 100644 (file)
index 340736a..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-if [ "$1" = remove -a -e /etc/suid.conf ] && \
-   command -v suidunregister >/dev/null 2>&1; then
-        suidunregister -s #PACKAGE# /#FILE#
-fi