Package: firefox
Severity: normal
Version: 1.5.dfsg-4
Tags: patch
File: ./debian/firefox.postinst

$ if [ "x" = "y" -o "a" = "b" ]; then echo n; fi;
posh: [: -o: unexpected operator/operand

You should use this instead:
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] ; then

(or change this script to #!/bin/bash instead, but this is a poor
solution).


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to