summaryrefslogtreecommitdiff
path: root/debian/apt.postinst
diff options
context:
space:
mode:
authorMatt Zimmerman <matt.zimmerman@canonical.com>2005-06-25 23:53:43 +0000
committerMatt Zimmerman <matt.zimmerman@canonical.com>2005-06-25 23:53:43 +0000
commitc9fa6271e4813d88284771ff15050165eac38353 (patch)
treed0e78a8346fa694b4d9e8d1ed35e54bcd62ebc6c /debian/apt.postinst
parentd9e050800067f16ba49cb6932d7a52a6de22ab9d (diff)
0.6.38ubuntu1
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
;;