X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/9fcbe2047293f8ef703439264ed3d35701f51638..9abccf4a63b6c887b213678d940fe912233f04c3:/debian/apt.postinst diff --git a/debian/apt.postinst b/debian/apt.postinst index 773077aa5..cc0d8b1fe 100644 --- a/debian/apt.postinst +++ b/debian/apt.postinst @@ -15,9 +15,7 @@ set -e case "$1" in configure) - if ! test -f /etc/apt/trusted.gpg; then - cp /usr/share/apt/ubuntu-archive.gpg /etc/apt/trusted.gpg - fi + apt-key update ;; abort-upgrade|abort-remove|abort-deconfigure)