if [ "$1" = "remove" -o "$1" = "deconfigure" ] ; then

should be

if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then


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

Reply via email to