summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-01-07 18:48:47 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2008-01-07 18:48:47 +0100
commitfa321bf3dbf363879cfc799b6c1cc4e5af50ffd8 (patch)
tree99b7519226389fa71c92bfddd810126fc3b6cfb6 /doc/examples
parentd7bab8f1142e474ac4bafd139e93439aeddfd546 (diff)
parent760d4968005c97f0d5fd6403633f367aac89c763 (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 * 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-index6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index a4a955b6a..cbede198b 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