]> git.donarmstrong.com Git - debhelper.git/commitdiff
update docs
authorJoey Hess <joey@gnu.kitenet.net>
Sat, 10 Apr 2010 17:24:56 +0000 (13:24 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Sat, 10 Apr 2010 17:24:56 +0000 (13:24 -0400)
dh_gconf

index bf9f398d06ffc7b692929f7b0825ac8bc2b5360f..021a592a04e1c4a7f2fc0cad8e457f6f709e279f 100755 (executable)
--- a/dh_gconf
+++ b/dh_gconf
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-dh_gconf - generate GConf schema registration scripts
+dh_gconf - install GConf defaults files and register schemas
 
 =cut
 
@@ -15,12 +15,8 @@ B<dh_gconf> [S<I<debhelper options>>] [B<--priority=<number>>]
 
 =head1 DESCRIPTION
 
-dh_gconf is a debhelper program that is responsible for registering
-GConf schemas.
-
-It automatically generates the postinst and prerm fragments needed
-to register and unregister the schemas in usr/share/gconf/schemas, using
-gconf-schemas.
+dh_gconf is a debhelper program that is responsible for installing GConf
+defaults files and registering GConf schemas.
 
 An appropriate dependency on gconf2 will be generated in ${misc:Depends}.
 
@@ -31,14 +27,12 @@ An appropriate dependency on gconf2 will be generated in ${misc:Depends}.
 =item debian/I<package>.gconf-defaults
 
 Installed into usr/share/gconf/defaults/10_package in the package build
-directory, with "I<package>" replaced by the package name. Some postinst
-and postrm fragments will be generated to run update-gconf-defaults.
+directory, with "I<package>" replaced by the package name.
 
 =item debian/I<package>.gconf-mandatory
 
 Installed into usr/share/gconf/mandatory/10_package in the package build
-directory, with "I<package>" replaced by the package name, and similar
-postinst and postrm fragments will be generated.
+directory, with "I<package>" replaced by the package name.
 
 =back