]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installmodules
Typo. Closes: #653339
[debhelper.git] / dh_installmodules
index bee1072e2366b221974ea2c03ce4a4d5211a7041..9b3fc2038feac733c6de8f73dcd2fdc404fa8daa 100755 (executable)
@@ -21,7 +21,7 @@ B<dh_installmodules> is a debhelper program that is responsible for
 registering kernel modules.
 
 Kernel modules are searched for in the package build directory and if
-found, F<postinst> and F<postrm> commands are automatically generated to 
+found, F<preinst>, F<postinst> and F<postrm> commands are automatically generated to
 run B<depmod> and register the modules when the package is installed. 
 These commands are inserted into the maintainer scripts by
 L<dh_installdeb(1)>.
@@ -47,7 +47,7 @@ and B<dh_installmodules> will warn if these files are present.
 
 =item B<-n>, B<--noscripts>
 
-Do not modify F<postinst>/F<postrm> scripts.
+Do not modify F<preinst>/F<postinst>/F<postrm> scripts.
 
 =item B<--name=>I<name>