diff options
Diffstat (limited to 'dh_usrlocal')
-rwxr-xr-x | dh_usrlocal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dh_usrlocal b/dh_usrlocal index f13c58fa..a82e21ca 100755 --- a/dh_usrlocal +++ b/dh_usrlocal @@ -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. |