avoiding execution of old-prerm during update

2013-02-08 Thread Marco Mariani
Hi, I am about to release a new version of a .deb package. The main problem is a bug on the previous version's prerm script that has the effect of removing a configuration file. Is there a way to execute the new-prerm instead of old-prerm? In my understanding, the answer would be no, but maybe s

Re: avoiding execution of old-prerm during update

2013-02-08 Thread Marco Mariani
On 8 February 2013 18:27, Jakub Wilk wrote: https://lists.debian.org/debian-devel/2000/04/msg00298.html > Thanks, we'll go for pre-depend then. Regards, Marco