if command -v suidregister >/dev/null 2>&1 && [ -e /etc/suid.conf ]; then
suidregister -s #PACKAGE# /#FILE# #OWNER# #GROUP# #PERMS#
-elif [ -e #FILE# ]; then
+elif [ -e /#FILE# ]; then
chown #OWNER#.#GROUP# /#FILE#
chmod #PERMS# /#FILE#
fi
+debhelper (1.2.58) unstable; urgency=low
+
+ * autoscripts/postinst-suid: use /#FILE# in elif test (#36297).
+
+ -- Joey Hess <joeyh@master.debian.org> Sun, 18 Apr 1999 22:33:52 -0700
+
debhelper (1.2.57) unstable; urgency=low
* examples/*: killed trailing spaces after diff: target