]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_usrlocal
Fix build system auto-selection breakage.
[debhelper.git] / dh_usrlocal
index f13c58faa57ceaf7e8edd120f6aff60c4c81f157..db7dfcd8b25b0b6d14bcdf7431cac54ea172ffc8 100755 (executable)
@@ -24,7 +24,8 @@ that will provide a subdirectory in /usr/local when installed.
 It finds subdirectories of usr/local in the package build directory, and
 removes them, replacing them with maintainer script snippets (unless B<-n>
 is used) to create the directories at install time, and remove them when
-the package is removed, in a manner compliant with Debian policy. See
+the package is removed, in a manner compliant with Debian policy. These
+snippets are inserted into the maintainer scripts by dh_installdeb. See
 L<dh_installdeb(1)> for an explanation of Debhelper maintainer script
 snippets.
 
@@ -47,7 +48,7 @@ Do not modify F<postinst>/F<prerm> scripts.
 
 =head1 NOTES
 
-Note that this command is not idempotent. "dh_clean -k" should be called
+Note that this command is not idempotent. L<dh_prep(1)> should be called
 between invocations of this command. Otherwise, it may cause multiple
 instances of the same text to be added to maintainer scripts.