X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/48f3f1b24b48066cfc23342a5c6470ddf5e0fa6a..9a61bb2176e6599094c575dec7184c3afd6f39bd:/debian/apt.postinst?ds=sidebyside diff --git a/debian/apt.postinst b/debian/apt.postinst index 01f78a1dd..deb422aa5 100755 --- a/debian/apt.postinst +++ b/debian/apt.postinst @@ -15,7 +15,7 @@ set -e case "$1" in configure) - if dpkg --compare-versions "$2" lt 1.0.7; then + if dpkg --compare-versions "$2" lt 1.1~exp4; then # apt-key before 0.9.10 could leave empty keyrings around find /etc/apt/trusted.gpg.d/ -name '*.gpg' | while read keyring; do if ! test -s "$keyring"; then