diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-01-04 21:33:09 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-01-04 21:33:09 +0100 |
commit | 893d3e85b98124fc28002be5584b685324646037 (patch) | |
tree | 4539342955019ce483a9558be33dcb14fffa5e24 /doc/examples | |
parent | 110277098f846c98cbb1f155fe7d53ecca64cc1a (diff) | |
parent | f8477782df203e1998a8704e71a1a3cc699e9e3a (diff) |
* merged the apt--DoListUpdate branch, this provides a common interface
for apt-get update like operations for the frontends and also provides
hooks to run stuff in APT::Update::{Pre,Post}-Invoke
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/configure-index | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index ba3ed3892..8893b5b74 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -77,6 +77,12 @@ APT NoAct "false"; }; + Update + { + Pre-Invoke {"touch /var/lib/apt/pre-update-stamp"; }; + Post-Invoke {"touch /var/lib/apt/post-update-stamp"; }; + }; + Authentication { TrustCDROM "false"; // consider the CDROM always trusted |