X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/424d785b672f80a0f1a5b6ab4a858c48f4c49bfd..9fcbe2047293f8ef703439264ed3d35701f51638:/debian/apt.postinst diff --git a/debian/apt.postinst b/debian/apt.postinst index df0433057..773077aa5 100644 --- a/debian/apt.postinst +++ b/debian/apt.postinst @@ -15,11 +15,9 @@ 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 - ;; abort-upgrade|abort-remove|abort-deconfigure)