[Pkg-dkms-maint] dkms 2.0.21.1-1
Giuseppe Iuculano
giuseppe at iuculano.it
Tue May 5 17:19:57 UTC 2009
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?
Cheers,
Giuseppe.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-dkms-maint/attachments/20090505/e316f43f/attachment.pgp>
More information about the Pkg-dkms-maint
mailing list