]> git.donarmstrong.com Git - debhelper.git/commitdiff
Typo's in documentation regarding {pre,post}{inst,rm}
authorJeroen Schot <schot@a-eskwadraat.nl>
Fri, 22 Apr 2011 12:05:42 +0000 (14:05 +0200)
committerJoey Hess <joey@kitenet.net>
Fri, 22 Apr 2011 20:13:11 +0000 (16:13 -0400)
dh_installmodules
dh_installudev
dh_installwm
dh_python

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>
 
index f7e46a2888d715d99c770f712cbc8b899c123b01..fa369a026d6286d3642adb8b3512394ed2c0bb24 100755 (executable)
@@ -48,7 +48,7 @@ Sets the priority string of the F<rules.d> symlink. Default is 60.
 
 =item B<-n>, B<--noscripts>
 
-Do not modify F<postinst>/F<postrm> scripts.
+Do not modify F<preinst>/F<postinst> scripts.
 
 =back
 
index bebd4e207cd86a36301fafaad7b34004b02b1816..a0f5f704481b30a0b6815baeac06dd7e6e81b044 100755 (executable)
@@ -16,7 +16,7 @@ B<dh_installwm> [S<I<debhelper options>>] [B<-n>] [B<--priority=>I<n>] [S<I<wm>
 =head1 DESCRIPTION
 
 B<dh_installwm> is a debhelper program that is responsible for
-generating the F<postinst> and F<postrm> commands that register a window manager
+generating the F<postinst> and F<prerm> commands that register a window manager
 with L<update-alternatives(8)>. The window manager's man page is also 
 registered as a slave symlink (in v6 mode and up), if it is found in 
 F<usr/share/man/man1/> in the package build directory.
@@ -43,7 +43,7 @@ calculating the correct value.
 
 =item B<-n>, B<--noscripts>
 
-Do not modify F<postinst>/F<postrm> scripts. Turns this command into a no-op.
+Do not modify F<postinst>/F<prerm> scripts. Turns this command into a no-op.
 
 =item I<wm> ...
 
index 6f6689a1d6c9c6abc265321b197c76ed541b8715..f86c9ae5a38ba0c7785554f3dd58444da804f57a 100755 (executable)
--- a/dh_python
+++ b/dh_python
@@ -59,7 +59,7 @@ such as B<2.3>. Do not use if you ship modules in F</usr/lib/site-python>.
 
 =item B<-n>, B<--noscripts>
 
-Do not modify F<postinst>/F<postrm> scripts.
+Do not modify F<postinst>/F<prerm> scripts.
 
 =back