summaryrefslogtreecommitdiff
path: root/dh_installmanpages
diff options
context:
space:
mode:
authorjoey <joey>2005-10-13 03:14:30 +0000
committerjoey <joey>2005-10-13 03:14:30 +0000
commit80db47637b8c890cfb957e24d667fc6b243497a0 (patch)
treeb2f2dd59b0b270c40ac679dd38057ff442a9e20a /dh_installmanpages
parent7cb721ba3d6a6e7ed0193246aaebe516d768c077 (diff)
r1798: * dh_installmanpages: Remove X11 man page special case; X man pages are ok
in standard man dirs.
Diffstat (limited to 'dh_installmanpages')
-rwxr-xr-xdh_installmanpages4
1 files changed, 0 insertions, 4 deletions
diff --git a/dh_installmanpages b/dh_installmanpages
index 93c84154..2257517b 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])/;