X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_installmanpages;h=2257517b0df0efb151cdb92ee85d2b93a8a8b1d6;hb=80db47637b8c890cfb957e24d667fc6b243497a0;hp=93c841548273782012c5497421681e01b43e2d54;hpb=c7e3020e957c9c97bb14c7d82e6fdddbfb6e9aef;p=debhelper.git diff --git a/dh_installmanpages b/dh_installmanpages index 93c8415..2257517 100755 --- a/dh_installmanpages +++ b/dh_installmanpages @@ -156,10 +156,6 @@ foreach my $package (@{$dh{DOPACKAGES}}) { if ($install) { my $extdir="share"; - # Handle X man pages specially. - if ($basename=~/x$/) { - $extdir="X11R6"; - } my ($section)=$basename=~m/.*\.([1-9])/;