On Thu, Sep 27, 2007 at 08:15:27PM -0700, Tril wrote:
> apt-get remove update-inetd
> apt-get remove biff
Thanks, but that doesn't work for me:
[EMAIL PROTECTED]:~# apt-get remove update-inetd
Reading package lists... Done
Building dependency tree... Done
The following packages will be REMOVED
On Wed, Sep 26, 2007 at 03:13:10PM +0100, Dave Holland wrote:
> Hi,
>
> On Tue, Sep 18, 2007 at 09:21:05PM -0700, Tril wrote:
> > I was unable to remove biff because postrm returned 1 (because
> > /usr/sbin/update-inetd did not exist). I fixed this by adding
> > "|| true" at the end of the 4th l
Hi,
On Tue, Sep 18, 2007 at 09:21:05PM -0700, Tril wrote:
> I was unable to remove biff because postrm returned 1 (because
> /usr/sbin/update-inetd did not exist). I fixed this by adding
> "|| true" at the end of the 4th line.
I don't quite understand what failed; that line already tests for th
Package: biff
Version: 1:0.17pre2412-4
I was unable to remove biff because postrm returned 1 (because
/usr/sbin/update-inetd did not exist). I fixed this by adding
"|| true" at the end of the 4th line.
cat /var/lib/dpkg/info/biff.postrm
#!/bin/sh -e
case "$1" in
remove)
[ -e /usr/sb
4 matches
Mail list logo