Index: 4.0-0-0-ucs/0.4.8-5/01-skip-preup-and-postup-in-clean-scripts.patch =================================================================== --- 4.0-0-0-ucs/0.4.8-5/01-skip-preup-and-postup-in-clean-scripts.patch (Revision 15359) +++ 4.0-0-0-ucs/0.4.8-5/01-skip-preup-and-postup-in-clean-scripts.patch (Arbeitskopie) @@ -48,7 +48,7 @@ + my $file = shift; + $file =~ s[~][%7E]g if get_variable("_tilde"); + return 1 if $skipclean{$file}; -++ return 1 if $file =~ /\/preup\.sh$|\/postup\.sh$/; +++ return 1 if $file =~ /\/(?:pre|post)up\.sh(?:\.gpg)?$/; + push @rm_files, sanitise_uri($file); + my (undef, undef, undef, undef, undef, undef, undef, $size, undef, undef, undef, undef, $blocks) = stat($file + $unnecessary_bytes += $blocks * 512;