Followup-For: Bug #656586

Hi,

I just had a look at the postrm script. rmdir --ignore-fail-on-non-empty
*does fail* if the directory to be removed does not exist. So you still
need a 'test -d $dir &&' prefix or '|| true' suffix.

Also doing the same actions for both "remove" and "purge" is useless as
the postrm script will be called two times anyway. So one of the two
blocks should be removed simply.



Andreas


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

Reply via email to