]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installman
Remove last vestiages of support for /usr/X11R6.
[debhelper.git] / dh_installman
index 04c0c616bb2b5bd6d83d500159bf0f6c00aa67a5..602d61b342d9a545ffeaf2f154d46d491a18df0c 100755 (executable)
@@ -185,7 +185,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
        # Now the .so conversion.
        @sofiles=@sodests=();
-       foreach my $dir (qw{usr/share/man usr/X11R6/man}) {
+       foreach my $dir (qw{usr/share/man}) {
                if (-e "$tmp/$dir") {
                        find(\&find_so_man, "$tmp/$dir");
                }
@@ -197,7 +197,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
        }
 
        # Now utf-8 conversion.
-       foreach my $dir (qw{usr/share/man usr/X11R6/man}) {
+       foreach my $dir (qw{usr/share/man}) {
                if (-e "$tmp/$dir") {
                        find(sub {
                                return if ! -f $_ || -l $_;