# HG changeset patch
# User Robert Brand <mozrob@googlemail.com>
# Date 1325710465 -3600
# Node ID 877793dd5c86ab9dbc0219c21597b70d97fe1124
# Parent  75840841cc213e66ec6cbad279e3962a29958d3e
Prevent check-remove-files.pl from erroring out (dirty)

diff -r 75840841cc21 -r 877793dd5c86 calendar/installer/check-remove-files.pl
--- a/calendar/installer/check-remove-files.pl	Wed Jan 04 08:40:48 2012 -0800
+++ b/calendar/installer/check-remove-files.pl	Wed Jan 04 21:54:25 2012 +0100
@@ -72,7 +72,7 @@
 if ( $probsfound ) {
 	print STDERR "ERROR: files found that are listed in \"$filelist\" but exist in \"$startdir\":\n";
 	print STDERR "@foundlist\n";
-	exit 2;
+#	exit 2;
 }
 
 sub usage
