* French manpage translation update
[ntk/apt.git] / debian / apt.postinst
index 88fb932..cc0d8b1 100644 (file)
@@ -15,13 +15,7 @@ set -e
 
 case "$1" in
     configure)
-
-        if ! test -f /etc/apt/trusted.gpg; then
-                cp /usr/share/apt/debian-archive.gpg /etc/apt/trusted.gpg
-        fi
-
        apt-key update
-
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)