summaryrefslogtreecommitdiff
path: root/debian/apt.postinst
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-03-28 19:24:48 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-03-28 19:24:48 +0200
commit4f00fb2f265f5230c7d138b52854c0886092c0ab (patch)
treead11f6890d62d7292ba79c9471b4ed9feefd1fed /debian/apt.postinst
parent7e5f33eb8a0f224b938f17236f684ba5cadb9c7f (diff)
parentad97ee36860c237427dc38ac8ef7f537ac275d77 (diff)
* merged from main
Diffstat (limited to 'debian/apt.postinst')
-rw-r--r--debian/apt.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/apt.postinst b/debian/apt.postinst
index df0433057..ae1801198 100644
--- a/debian/apt.postinst
+++ b/debian/apt.postinst
@@ -17,7 +17,7 @@ case "$1" in
configure)
if ! test -f /etc/apt/trusted.gpg; then
- cp /usr/share/apt/ubuntu-archive.gpg /etc/apt/trusted.gpg
+ cp /usr/share/apt/debian-archive.gpg /etc/apt/trusted.gpg
fi
;;