Comment 7 for bug 1084849

Revision history for this message
Pedro Muñoz del Rio (pmunoz-h) wrote :

Hi

A work around that is fine to remove postgres-xc is:

sudo vim /var/lib/dpkg/info/postgres-xc.prerm

Add "exit 0" after first line (#/bin/sh -e)

It works!