]> git.saurik.com Git - apt.git/blobdiff - debian/apt.postinst
* apt-pkg/indexcopy.cc:
[apt.git] / debian / apt.postinst
index 773077aa56594d5232e1b98c5aabc1a6d9c6c81b..cc0d8b1fec4ef94f8edfbb6584e26704a2aa8e4e 100644 (file)
@@ -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)