linux-image: postrm: Remove unnecessary initialisation of debconf

We don't use debconf here any more.
This commit is contained in:
Ben Hutchings 2016-05-29 19:48:43 +01:00
parent e55913c12b
commit 2d3c4236d2
1 changed files with 0 additions and 13 deletions

View File

@ -5,19 +5,6 @@ use warnings;
use Cwd 'abs_path';
use POSIX ();
# Debconf may not be around here.
my $have_debconf = 0;
my $capb;
eval {require Debconf::Client::ConfModule;};
if ( ! $@ )
{
$have_debconf++;
import Debconf::Client::ConfModule ':all';
version('2.0');
$capb=capb("backup");
}
$|=1;
# Predefined values:
my $version = "@abiname@@localversion@";