#!/bin/sh
set -e
DIR=/usr/share/keyrings
if [ ! -e $DIR/archive.gpg ]; then
	ln -s debian-archive-keyring.gpg $DIR/archive.gpg 
fi
