Remove obsolete check for kernel-package bug

svn path=/dists/sid/linux-2.6/; revision=15889
This commit is contained in:
Ben Hutchings 2010-06-19 00:32:23 +00:00
parent 5850161882
commit 38a95ae784
1 changed files with 0 additions and 6 deletions

View File

@ -110,12 +110,6 @@ if (-r "$CONF_LOC" && -f "$CONF_LOC" ) {
}
# For some versions of kernel-package, we had this warning in the
# postinst, but the rules did not really interpolate the value in.
# Here is a sanity check.
my $pattern = "=" . "I";
$initrd=~ s/^$pattern$//;
if ($link_in_boot) {
$image_dest = $realimageloc;
}