summaryrefslogtreecommitdiff
path: root/doc/apt.conf.5.yo
diff options
context:
space:
mode:
Diffstat (limited to 'doc/apt.conf.5.yo')
-rw-r--r--doc/apt.conf.5.yo9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/apt.conf.5.yo b/doc/apt.conf.5.yo
index feb7bbe53..89eb9e61e 100644
--- a/doc/apt.conf.5.yo
+++ b/doc/apt.conf.5.yo
@@ -165,8 +165,13 @@ This is a list of options to pass to dpkg. The options must be specified
using the list notation and each list item is passed as a single arugment
to dpkg.
-dit(bf(Pre-Invoke))
-This is a list of shell commands to run before invoking dpkg.
+dit(bf(Pre-Invoke, (bf(Post-Invoke))
+This is a list of shell commands to run before/after invoking dpkg. Like
+bf(Options) this must be specified in list notation. The commands
+are invoked in order using /bin/sh, should any fail APT will abort.
+
+dit(bf(Run-Directory))
+APT chdirs to this directory before invoking dpkg, the default is /.
enddit()