X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/a8d4b8ff68e674110799fb193a897af56ca6a041..04876c50b8416ee0736b3233f968ecc805a5e05c:/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)