- do not fail if ubuntu-keyring is not installed
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)
+apt (0.7.26~exp12ubuntu2) maverick; urgency=low
+
+ * debian/apt.postinst:
+ - do not fail if ubuntu-keyring is not installed
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 02 Aug 2010 11:47:59 +0200
+
apt (0.7.26~exp12ubuntu1) maverick; urgency=low
* ABI break upload