]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-suid
r980: This commit was manufactured by cvs2svn to create tag
[debhelper.git] / autoscripts / postinst-suid
diff --git a/autoscripts/postinst-suid b/autoscripts/postinst-suid
deleted file mode 100644 (file)
index 83f2f09..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-if command -v suidregister >/dev/null 2>&1 && [ -e /etc/suid.conf ]; then
-        suidregister -s #PACKAGE# /#FILE# #OWNER# #GROUP# #PERMS#
-elif [ -e #FILE# ]; then
-        chown #OWNER#.#GROUP# /#FILE#
-        chmod #PERMS# /#FILE#
-fi