From: Michael Vogt Date: Mon, 2 Aug 2010 09:50:19 +0000 (+0200) Subject: * debian/apt.postinst: X-Git-Tag: 0.9.13.exp1ubuntu1~281 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/82cb2b8140fbe21a7000fcf2f3641f18fd0c0d27?ds=inline;hp=--cc * debian/apt.postinst: - do not fail if ubuntu-keyring is not installed --- 82cb2b8140fbe21a7000fcf2f3641f18fd0c0d27 diff --git a/debian/apt.postinst b/debian/apt.postinst index 34545468e..2ebcfb19b 100644 --- a/debian/apt.postinst +++ b/debian/apt.postinst @@ -18,7 +18,7 @@ case "$1" in if ! test -f /etc/apt/trusted.gpg; then cp /usr/share/apt/ubuntu-archive.gpg /etc/apt/trusted.gpg fi - apt-key update + apt-key update || true ;; abort-upgrade|abort-remove|abort-deconfigure) diff --git a/debian/changelog b/debian/changelog index d4d4ece09..9434dfd8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (0.7.26~exp12ubuntu2) maverick; urgency=low + + * debian/apt.postinst: + - do not fail if ubuntu-keyring is not installed + + -- Michael Vogt Mon, 02 Aug 2010 11:47:59 +0200 + apt (0.7.26~exp12ubuntu1) maverick; urgency=low * ABI break upload