summaryrefslogtreecommitdiff
path: root/debian/apt.postinst
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-03-28 21:43:03 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-03-28 21:43:03 +0200
commit2913337f8e15ec33e1637a7b7b46c9c11b80d247 (patch)
tree4f61f8bb8e24f6d56c07854685ad0b731d4f22bf /debian/apt.postinst
parentc6c31f6206dbb8900883d2547f6ff0657113a319 (diff)
* undo some of the bzr merge damage from the last merge
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
;;