X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_installmodules;h=9b3fc2038feac733c6de8f73dcd2fdc404fa8daa;hb=e2a6d4cec4a7ee952cf6a7f250d80f1d75a38f95;hp=6799a122bb1e6d13396176764ad6cf81c099e289;hpb=a243946176b92b5fafd84f43d5a455551cf27210;p=debhelper.git diff --git a/dh_installmodules b/dh_installmodules index 6799a12..9b3fc20 100755 --- a/dh_installmodules +++ b/dh_installmodules @@ -17,12 +17,12 @@ B [S>] [B<-n>] [B<--name=>I] =head1 DESCRIPTION -dh_installmodules is a debhelper program that is responsible for +B is a debhelper program that is responsible for registering kernel modules. Kernel modules are searched for in the package build directory and if -found, postinst and postrm commands are automatically generated to -run depmod and register the modules when the package is installed. +found, F, F and F commands are automatically generated to +run B and register the modules when the package is installed. These commands are inserted into the maintainer scripts by L. @@ -37,7 +37,7 @@ Installed to etc/modprobe.d/I.conf in the package build directory. =item debian/I.modules These files were installed for use by modutils, but are now not used -and dh_installmodules will warn if these files are present. +and B will warn if these files are present. =back @@ -47,11 +47,11 @@ and dh_installmodules will warn if these files are present. =item B<-n>, B<--noscripts> -Do not modify postinst/postrm scripts. +Do not modify F/F/F scripts. =item B<--name=>I -When this parameter is used, dh_installmodules looks for and +When this parameter is used, B looks for and installs files named debian/I.I.modprobe instead of the usual debian/I.modprobe