diff options
author | joey <joey> | 2002-09-16 00:05:19 +0000 |
---|---|---|
committer | joey <joey> | 2002-09-16 00:05:19 +0000 |
commit | 2486063234469e39cce67055c5bd0644213724cf (patch) | |
tree | 22b33f6042b712ed78dd428894c881c3beaded7a /dh_installdocs | |
parent | 89a8e4df94d07ca360f97f57ff22ac8f7f7c3a5f (diff) | |
download | debhelper-2486063234469e39cce67055c5bd0644213724cf.tar.gz |
r547: * Use invoke-rc.d always now that it is in policy. Fall back to old behavior
if invoke-rc.d is not present, so versioned deps on sysvinit are not
needed.
Diffstat (limited to 'dh_installdocs')
-rwxr-xr-x | dh_installdocs | 10 |
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; |