vi /var/lib/dpkg/info/libapache-mod-midgard.postrm change the set -e to a set -x
This is interesting. I can reproduce it only with dpkg --purge. Not with apt-get remove.
However if you use 'set -x', all is fine and no error happens.
I have no idea what should be wrong here.
I can confirm that this issue also existed for me with apt-get remove. (I added an 'exit 0' to the beginning of the script just to allow the package removal at the time.
mark
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
