diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-01-02 17:53:05 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-01-02 17:53:05 +0100 |
commit | 6aa944bc539cea4095971ccb2354c1e8f9f2c90a (patch) | |
tree | 5b3830df3e6b6a9ae4c780dad399c98c42d791d8 /debian/apt.postinst | |
parent | c6e29d051cff7036eddf17083ddc6acc6fcc9cdb (diff) |
remove the horrible outdated share/*-archive.gpg files and all there traces
We already depend on the proper keyring so we don't need to ship our
own version which isn't used anyway.
Diffstat (limited to 'debian/apt.postinst')
-rw-r--r-- | debian/apt.postinst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/apt.postinst b/debian/apt.postinst index 88fb932df..cc0d8b1fe 100644 --- a/debian/apt.postinst +++ b/debian/apt.postinst @@ -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) |