]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postrm-suid
Updated French man page translation. Closes: #685560
[debhelper.git] / autoscripts / postrm-suid
index 46fee33e16acde715f08d526969e58d9a32e5390..a4cfecf9a943b25d7d1c6a9810f34863b8b94278 100644 (file)
@@ -1,4 +1,4 @@
-if [ "$1" = remove -a -e /etc/suid.conf ] && \
+if [ "$1" = remove ] && [ -e /etc/suid.conf ] && \
    which suidunregister >/dev/null 2>&1; then
         suidunregister -s #PACKAGE# /#FILE#
 fi