]> git.donarmstrong.com Git - debian/debian-policy.git/blobdiff - debian/prerm.in
Routine fixing of policy bugs, thoug a new version of policy is
[debian/debian-policy.git] / debian / prerm.in
index f4df05206ef45c46eac7b4358ec817ab246d4947..978c9de170366403664c5224adf639b395e6ffa4 100644 (file)
@@ -49,7 +49,7 @@ case "$1" in
 
     fi ;;
   deconfigure)
-    if test "$2" != in-favour -o "$5" != removing; then
+    if test "$2" != in-favour || test "$5" != removing; then
       echo "$0: undocumented call to \`prerm $*'" 1>&2
       exit 0
     fi