#!/bin/sh

set -e

. /usr/share/debconf/confmodule
db_version 2.0

db_input low ubuntu-archive-keyring/keyring || true
db_go

exit 0
