diff --git a/debian/templates/temp.image.plain/postinst b/debian/templates/temp.image.plain/postinst index 69793b54f..0fe2889ef 100755 --- a/debian/templates/temp.image.plain/postinst +++ b/debian/templates/temp.image.plain/postinst @@ -279,11 +279,6 @@ sub fix_source_link { # Determine what the real file name is, and test that for existence $real_target = abs_path($source_target) if defined($source_target); if (!defined($source_target) || ! -d "$real_target") { # Danglink link - warn qq( - Hmm. The package shipped with a symbolic link $modules_base/$version/source - However, I can not read the target: $! - Therefore, I am deleting $modules_base/$version/source\n -); my $num = unlink "$modules_base/$version/source"; if ($num != 1) { warn "error unlinking $modules_base/$version/source";