X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autoscripts%2Fpostrm-suid;h=a4cfecf9a943b25d7d1c6a9810f34863b8b94278;hb=e2a6d4cec4a7ee952cf6a7f250d80f1d75a38f95;hp=46fee33e16acde715f08d526969e58d9a32e5390;hpb=4106beebd28b7fe73dd19e43cf15378c08b8241f;p=debhelper.git diff --git a/autoscripts/postrm-suid b/autoscripts/postrm-suid index 46fee33..a4cfecf 100644 --- a/autoscripts/postrm-suid +++ b/autoscripts/postrm-suid @@ -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