summaryrefslogtreecommitdiff
path: root/dh_installdocs
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installdocs')
-rwxr-xr-xdh_installdocs10
1 files changed, 0 insertions, 10 deletions
diff --git a/dh_installdocs b/dh_installdocs
index 7a8fc461..7f8e8bf4 100755
--- a/dh_installdocs
+++ b/dh_installdocs
@@ -169,16 +169,6 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
}
}
-# # Add in the /usr/doc compatibility symlinks code.
-# if (! $dh{NOSCRIPTS}) {
-# autoscript($package,"postinst","postinst-doc",
-# "s/#PACKAGE#/$package/g",
-# );
-# autoscript($package,"prerm","prerm-doc",
-# "s/#PACKAGE#/$package/g",
-# );
-# }
-
# Handle doc-base files. There are two filename formats, the usual
# plus an extended format (debian/package.*).
my %doc_ids;