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.
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pkg-dkms-maint mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-dkms-maint
