fix postinst + add forgotten changelog entry.

this check is superflous and looking for wrong path.
As we depend on an initramfs generator the failure of generating
would have happened already earlier.

svn path=/dists/trunk/linux-2.6/; revision=17459
This commit is contained in:
Maximilian Attems 2011-05-19 12:22:08 +00:00
parent a105ebfa40
commit 29b930fa70
2 changed files with 1 additions and 4 deletions

1
debian/changelog vendored
View File

@ -8,6 +8,7 @@ linux-2.6 (2.6.39-1) unstable; urgency=low
* [x86] Enable modular XEN_NETDEV_BACKEND.
* topconfig enable mem cgroup RESOURCE_COUNTERS, CGROUP_MEM_RES_CTLR.
(closes: #534964)
* Cleanup configs.
[ Ben Hutchings ]
* [!x86] Disable TPM drivers. TPMs are currently only fitted in PCs.

View File

@ -782,10 +782,6 @@ if (-d "/etc/kernel/postinst.d/$version") {
die "Failed to process /etc/kernel/postinst.d/$version";
}
if ($initrd && ! -e "initrd.img-$version") {
die "Failed to create initrd image.\n";
}
exit 0;
__END__