X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/fbf8c5ea5fed408c728b02d99d22551206975e9e..be7f42304a5dd381f2ad82a921e9041df55b5ec9:/debian/apt.postinst diff --git a/debian/apt.postinst b/debian/apt.postinst index 88fb932df..df0433057 100644 --- a/debian/apt.postinst +++ b/debian/apt.postinst @@ -17,11 +17,9 @@ 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 - apt-key update - ;; abort-upgrade|abort-remove|abort-deconfigure)