summaryrefslogtreecommitdiff
path: root/debian/apt.postinst
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-08-01 16:12:13 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-08-01 16:12:13 +0000
commit4481fc8e8fa5227c08271e4fa95eae78e6531800 (patch)
tree50fade9e325a0d31dfc33dcd80ae5d9336fb6bb5 /debian/apt.postinst
parent31efb9e8e894932ce88218c9aebfd4048d81658c (diff)
* added debian/patches dir
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 ae1801198..df0433057 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/debian-archive.gpg /etc/apt/trusted.gpg
+ cp /usr/share/apt/ubuntu-archive.gpg /etc/apt/trusted.gpg
fi
;;