On Tue, Nov 14, 2006 at 12:21:42PM -0500, Peter S Galbraith wrote: > > During the "postrm purge" call dependancies for xtide are not installed > > anymore. Your postrm script doesn't make any difference between "remove" > > and "purge", which is obviously wrong.
> Thanks. I was looking at the wrong place. The bug was introduced by me > with the last upload addressing bug #367769. The xtide-data.postrm > script needs to be wrapped with > if test -f /etc/init.d/xttpd; then > [new but broken script here] > fi That will probably work, but it's not right. Why would you ever be calling the init script on postrm purge? The right fix, as Lucas said, is to distinguish postrm remove from postrm purge. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

