On Tue, 2009-05-05 at 19:19 +0200, Giuseppe Iuculano wrote:
> Ben Hutchings ha scritto:
> > architecture).  I think the best thing to do may be to remove all the
> > architecture qualifications:
> 
> Committed
> 
> > 
> > One last thing: the postinst does:
> > 
> >     update-rc.d -f dkms_autoinstaller remove >/dev/null 2>&1
> > 
> > If this command fails then installation will fail.  In that case the
> > user needs to see its error messages, so they must not be sent to
> > /dev/null.  If there's some reason why update-rc.d may fail and this
> > should not be fatal then add "|| true" to the command; otherwise remove
> > the "2>&1".
> 
> I think with "-f" option update-rc.d will never fails:
> # update-rc.d -f notexist remove && echo $?
>  Removing any system startup links for /etc/init.d/notexist ...
> 0
> 
> 
> Am I wrong?

I don't know.  Anyway, I'll upload 2.0.21.1-1 based on git commit
e15d5dd.

Ben.

-- 
Ben Hutchings
No political challenge can be met by shopping. - George Monbiot

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Pkg-dkms-maint mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-dkms-maint

Reply via email to