From b71724c48f87b3dca3625e71a680776526ca139c Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Tue, 12 Feb 2008 22:43:43 +0000 Subject: [PATCH] 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 --- debian/changelog | 1 + debian/templates/temp.image.plain/postinst | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6edf9cbbb..4e4b939a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. diff --git a/debian/templates/temp.image.plain/postinst b/debian/templates/temp.image.plain/postinst index 124ad8121..99f1e01e0 100755 --- a/debian/templates/temp.image.plain/postinst +++ b/debian/templates/temp.image.plain/postinst @@ -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";