Control: found -1 3.6-git408e713+dfsg-3 On Saturday, 22. September 2012 18:39:34 Andreas Beckmann wrote: > during a test with piuparts I noticed that your package deletes > conffiles and logfiles during postrm purge.
Bah. That should have been "during postrm remove". Configuration files and logfiles need to be preserved during "remove", but they must be deleted during "purge". The new postinst is still doing things wrong * the logfiles are no longer purged * you need to use invoke-rc.d instead of service to restart apache * there is no need to do repeat the actions for both remove and purge - the postrm script is always run twice (once with remove, once with purge as agrument) even if you are requesting to remove and purge the package at the same time. I don't understand why there needs to be that special handling of the /etc/ampache/ampache.conf symlink at all ... it does not influence the operation of apache in any way, so why is it coupled with the webserver restart question? Andreas PS: You need to keep the bug submitter Cc:ed if you want him to see your replies. The submitter is not automatically subscribed to the bug and does not receive mail sent to nnnnnn@b.d.o -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org