diff options
Diffstat (limited to 'dh_missing')
-rwxr-xr-x | dh_missing | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -72,8 +72,6 @@ my @installed; my $srcdir = '.'; $srcdir = $dh{SOURCEDIR} if defined $dh{SOURCEDIR}; -my $missing_files = 0; - if (!$dh{LIST_MISSING} && !$dh{FAIL_MISSING}) { exit 0; } @@ -125,10 +123,6 @@ if (@missing) { } } -if ($missing_files) { - error("missing files, aborting"); -} - =head1 SEE ALSO L<debhelper(7)> |