#!/bin/sh

set -e

if [ -x /usr/bin/apt-key ]; then
    apt-key add /usr/share/keyrings/kuliax-archive-keyring.gpg
fi
