On Sat, 2004-12-04 at 16:27 +0000, Bruce wrote: > Removing libapache-mod-midgard ... > dpkg: error processing libapache-mod-midgard (--remove): > subprocess post-removal script returned error exit status 1 > Errors were encountered while processing: > libapache-mod-midgard > E: Sub-process /usr/bin/dpkg returned an error code (1) > [EMAIL PROTECTED]
I had, and reported, the same issue ~2 years ago vi /var/lib/dpkg/info/libapache-mod-midgard.postrm change the set -e to a set -x I think that is what I had to do. One of the statements returns an errorlevel 1, which fails the uninstall when using -e. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
