diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-01 16:13:28 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-01 16:13:28 +0000 |
commit | 7ef96224b8f697b74089ab8f47688f28e5025b42 (patch) | |
tree | bdc54c06468d5b5f7e17e637144e5082fc1c4746 /debian/apt.postinst | |
parent | 4481fc8e8fa5227c08271e4fa95eae78e6531800 (diff) |
* fix the breakage from my last commit (note to self: always, _always_ run baz diff before a commit)
Diffstat (limited to 'debian/apt.postinst')
-rw-r--r-- | debian/apt.postinst | 2 |
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 ;; |