author | Matthias Förste <foerste@schlittermann.de> |
Tue, 13 Jan 2015 15:05:19 +0100 | |
changeset 18 | 82fdc213520a |
parent 17 | 4c2b2b3b46f3 |
child 19 | 905493922193 |
debian/postinst | file | annotate | diff | comparison | revisions | |
pubring.gpg | file | annotate | diff | comparison | revisions |
--- a/debian/postinst Tue Jan 13 12:17:55 2015 +0100 +++ b/debian/postinst Tue Jan 13 15:05:19 2015 +0100 @@ -20,6 +20,9 @@ case "$1" in configure) + for f in C8696E39D44352272562A23E88910CCEB9FB4706; do + apt-key adv -k $f >/dev/null 2>&1 && apt-key del $f + done PUB=/usr/share/schlittermann-apt-keys/pubring.gpg apt-key add $PUB ;;