]> git.saurik.com Git - apt.git/blobdiff - debian/apt.postinst
merged from the mvo branch
[apt.git] / debian / apt.postinst
index df0433057f1dba4c0c87737214f2ab75a570c9ac..773077aa56594d5232e1b98c5aabc1a6d9c6c81b 100644 (file)
@@ -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)