After inspecting /var/lib/dpkg/info/openerp-server.postrm I found that the user 'openerp' is not a system user on my machine, but a regular user. That is probably due to the fact that I had been trying to setup openerp manual/from tarball/source prior to using the debian package.
because 'openerp' is not a system user the line in postrm 'deluser --quite --system' is returning exit status 1, which will make the script fail. I could now solve the issue. Still ist would be nice if the postrm could handle such a case in some way. Thx for your efforts. _______________________________________________ open-object mailing list [email protected] http://lists.debian-maintainers.org/listinfo/open-object
