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