From 04ed105cb2a9b4c81b040745dee25f70572f1601 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Fri, 22 Aug 2008 03:58:44 +0000 Subject: Bug 439192: Add hook to the end of checksetup.pl Patch By Elliotte Martin r=mkanat, a=mkanat --- Bugzilla/Hook.pm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'Bugzilla/Hook.pm') diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm index 4d4a52495..e7697b42d 100644 --- a/Bugzilla/Hook.pm +++ b/Bugzilla/Hook.pm @@ -385,6 +385,21 @@ changed flags, and search for a specific condition like C. =back +=head2 install-before_final_checks + +Allows execution of custom code before the final checks are done in +checksetup.pl. + +Params: + +=over + +=item C + +A flag that indicates whether or not checksetup is running in silent mode. + +=back + =head2 install-requirements Because of the way Bugzilla installation works, there can't be a normal -- cgit v1.2.3-24-g4f1b