summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-04-10 13:24:56 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-04-10 13:24:56 -0400
commit836bf849b0d15addc73568c173b05195e9356e0c (patch)
tree60f32504b40f1d1d9dfa6596715ce588da9301ad
parente54c44ed5f97d2b9e709b4c76bfa5767a8ac6bc1 (diff)
update docs
-rwxr-xr-xdh_gconf16
1 files changed, 5 insertions, 11 deletions
diff --git a/dh_gconf b/dh_gconf
index bf9f398d..021a592a 100755
--- 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