#!/bin/sh set -e case "$1" in remove|purge) if [ -x /usr/bin/apt-key ]; then apt-key del EC72006A fi ;; esac #DEBHELPER#