[Pkg-bugzilla-commits] r76 - trunk/bugzilla-2.18/debian

Alexis Sukrieh sukria-guest@costa.debian.org
Sat, 23 Apr 2005 15:29:52 +0000


Author: sukria-guest
Date: 2005-04-23 15:29:51 +0000 (Sat, 23 Apr 2005)
New Revision: 76

Modified:
   trunk/bugzilla-2.18/debian/bugzilla.postinst
Log:
updating the postrm

Modified: trunk/bugzilla-2.18/debian/bugzilla.postinst
===================================================================
--- trunk/bugzilla-2.18/debian/bugzilla.postinst	2005-04-23 15:21:10 UTC (rev 75)
+++ trunk/bugzilla-2.18/debian/bugzilla.postinst	2005-04-23 15:29:51 UTC (rev 76)
@@ -93,7 +93,7 @@
 	
 	# We want checksetup.pl to write the new params file in params.new
 	# Then Config.pm has to be patched
-	patch -p2 -d /usr/share/perl5 < /usr/share/bugzilla/debian/101_Config.diff >/dev/null
+	patch -p2 -d /usr/share/perl5 < /usr/share/bugzilla/debian/101_Config.diff 
 	
 	# Call checksetup now that everything is ready
 	# The params file will then be updated if needed, the resulting file
@@ -106,7 +106,7 @@
 	fi
 	
 	# We restore the good Config.pm file
-	patch -R -p1 -d /usr/share/perl5 < /usr/share/bugzilla/debian/101_Config.diff >/dev/null
+	patch -R -p1 -d /usr/share/perl5 < /usr/share/bugzilla/debian/101_Config.diff 
 	
 	# the answerfile should be removed now
 	rm -f $answerfile