]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installmime
Fix typo in French translation, about debian/package.README.Debian files.
[debhelper.git] / dh_installmime
index 42f2f823eea83a5c77257bb743b8362950c886e1..18abe162ac3556198e5a20cf04ee6ca158b237cd 100755 (executable)
@@ -19,7 +19,8 @@ dh_installmime is a debhelper program that is responsible for installing
 mime files into package build directories.
 
 It also automatically generates the postinst and postrm commands needed to
-interface with the debian mime-support and shared-mime-info packages.  See
+interface with the debian mime-support and shared-mime-info packages. These
+commands are inserted into the maintainer scripts by dh_installdeb. See
 L<dh_installdeb(1)> for an explanation of how this works.
 
 If files named debian/package.mime or debian/package.sharedmimeinfo exist, then
@@ -39,7 +40,7 @@ Do not modify postinst/postrm 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.