#!/bin/sh
if [[ $1 == remove ]]; then
    /usr/bin/apt-key del D2C023E5
fi