#!/bin/sh

set -e

if [ -x /usr/bin/apt-key ]; then
    apt-key add /usr/share/keyrings/debian-frodo-looijaard-keyring.gpg
fi
