tags 850712 +patch thanks On Mon, Jan 09, 2017 at 03:13:24PM +0000, Julian Gilbey wrote: > Package: diaspora-common > Version: 0.6.0.0+debian5 > Severity: normal > > Hi Pirate, > > I just noticed that on purge, diaspora-common doesn't remove the file > /etc/dbconfig-common/diaspora-common.conf which is generated in the > postinst. This should be removed on purge.
I've found out how to do this correctly: at present, you source the /usr/share/dbconfig-common/dpkg script only in the postinst; you also need to do this in the prerm and postrm maintainer scripts and run dbc_go, etc. See section 3.1.2 of the dbconfig-common documentation. (You cannot simply delete this file in the postrm, as it is registered with ucf by dbconfig-common.) Best wishes, Julian _______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
