diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-01 16:12:13 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-01 16:12:13 +0000 |
commit | 4481fc8e8fa5227c08271e4fa95eae78e6531800 (patch) | |
tree | 50fade9e325a0d31dfc33dcd80ae5d9336fb6bb5 /debian/apt.postinst | |
parent | 31efb9e8e894932ce88218c9aebfd4048d81658c (diff) |
* added debian/patches dir
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 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 ;; |