]> git.donarmstrong.com Git - debhelper.git/commitdiff
r504: * dh_installman: more documentation about the .TH line. Closes: #129205
authorjoey <joey>
Sun, 27 Jan 2002 00:49:02 +0000 (00:49 +0000)
committerjoey <joey>
Sun, 27 Jan 2002 00:49:02 +0000 (00:49 +0000)
   * dh_installxfonts:
     - Packages that use this should depend on xutils. See man page.
     - However, if you really want to, you can skip the dep, and the
       postinst will avoid running program that arn't available. Closes: #131053
     - Use update-fonts-dir instead of handling encodings ourselves. Yay!
     - Pass only the last component of the directory name to
       update-fonts-*, since that's what they perfer now.
     - Other changes, chould fully comply with Debian X font policy now.

dh_installxfonts

index 3611a8c2ec80ead94b8f56b2a207a3eb38b022a5..f8d9d4692853dc988882a99f7b5778ac0fdf5913 100755 (executable)
@@ -68,6 +68,8 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
                autoscript($package, "postinst", "postinst-xfonts",
                        "s:#CMDS#:".join("\n", @cmds).":;");
+               autoscript($package, "postrm", "postrm-xfonts",
+                       "s:#CMDS#:".join("\n", @cmds).":;");
        }
 }