]> git.saurik.com Git - apt.git/blobdiff - debian/apt.postinst
Flag the package in the SmartUnPack method as UnPacked while solving breakages to...
[apt.git] / debian / apt.postinst
index df0433057f1dba4c0c87737214f2ab75a570c9ac..cc0d8b1fec4ef94f8edfbb6584e26704a2aa8e4e 100644 (file)
@@ -15,11 +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)