On Wed, Sep 05, 2007 at 04:48:40PM +0000, Peter Eisentraut wrote: > I read that debhelper level 6 will call the removal scripts in the > opposite order of the install scripts. It has been mentioned that this > would address the problem of this bug. Can someone check if that works > and what the right order of dh_installinit vs. dh_python would have to > be then?
well in the postinst, byte compilation must be done _before_ the service is started, and in the prerm service must be stopped before the byte compilation results are purged. So if the order of dh_* scripts is the order in which they extend the postinst (which is the order that makes sense to me at least) then dh_python must come before. -- ·O· Pierre Habouzit ··O [EMAIL PROTECTED] OOO http://www.madism.org
pgpNkr4OBO2Y5.pgp
Description: PGP signature

