Comment 3 for bug 648619

Revision history for this message
Thierry Carrez (ttx) wrote : Re: tomcat6 failed to purge

In tomcat6.postrm, the following fails if /etc/tomcat6 was manually removed:
  chown -Rh root:root /etc/tomcat6/

This should have "|| true" to gracefully handle this case.