]> git.donarmstrong.com Git - debhelper.git/commitdiff
docs
authorJoey Hess <joey@kitenet.net>
Mon, 25 Apr 2011 23:29:22 +0000 (19:29 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 25 Apr 2011 23:29:22 +0000 (19:29 -0400)
dh_ucf

diff --git a/dh_ucf b/dh_ucf
index ea6e34500d7a1719d6badec8dc001e25c0a0f399..40a71c2b74a864723dd97d715ecbfc6cec33474a 100755 (executable)
--- a/dh_ucf
+++ b/dh_ucf
@@ -26,7 +26,9 @@ F<postinst> and F<postrm> commands that register files with ucf(1) and ucfr(1).
 
 List pairs of source and destination files to register with ucf. Each pair
 should be put on its own line, with the source and destination separated by
-whitespace. Both source and destination must be absolute paths.
+whitespace. Both source and destination must be absolute paths. The source
+should be a file that is provided by your package, typically in /usr/share/,
+while the destination is typically a file in /etc/.
 
 A dependency on ucf will be generated in B<${misc:Depends}>.