#!/bin/sh

# make sure apt knows about the new keys
if [ -x /usr/bin/apt-key ]; then
    /usr/bin/apt-key add /usr/share/keyrings/canonical-oem-archive-keyring.gpg
fi
