postinst: Nuke confusing postinst message.

this message generates far to many bugreports
and seems pretty useless, so just get rid of it.

svn path=/dists/trunk/linux-2.6/; revision=10527
This commit is contained in:
Maximilian Attems 2008-02-12 22:43:43 +00:00
parent 92ecc5d950
commit b71724c48f
2 changed files with 1 additions and 5 deletions

1
debian/changelog vendored
View File

@ -29,6 +29,7 @@ linux-2.6 (2.6.25~rc1-1~experimental.1) UNRELEASED; urgency=low
useful for old broken acpi tables. (closes: #251023)
* Tighten yaird dependency. (closes: #403171)
* configs disable IRDA_DEBUG.
* postinst: Nuke confusing postinst message. (closes: #465512)
[ Martin Michlmayr ]
* [arm] Update IXP4xx Ethernet patches.

View File

@ -247,11 +247,6 @@ sub fix_build_link {
# Determine what the real file name is, and test that for existence
$real_target = abs_path($build_target) if defined($build_target);
if (!defined($build_target) || ! -d "$real_target") { # Danglink link
warn qq(
Hmm. There is a symbolic link $modules_base/$version/build
However, I can not read it: $!
Therefore, I am deleting $modules_base/$version/build\n
);
my $num = unlink "$modules_base/$version/build";
if ($num != 1) {
warn "error unlinking $modules_base/$version/build";