From e5b7e019232f89a97e8ba3cbffa295595daa0351 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 1 Apr 2014 11:30:00 +0200 Subject: Add new Debug::RunScripts option This debug option will display all scripts that are run by apts RunScripts and RunScriptsWithPkgs helpers. --- doc/apt.conf.5.xml | 12 ++++++++++++ doc/examples/configure-index | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml index 78f6a27a2..fcbf20dac 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -1184,6 +1184,18 @@ DPkg::TriggersPending "true"; + + + + + Display the external commands that are called by apt hooks. + This includes e.g. the config options + DPkg::{Pre,Post}-Invoke or + APT::Update::{Pre,Post}-Invoke. + + + +