#!/bin/sh -e if dpkg --compare-versions "$2" le "2018.01.27~"; then if which apt-key >/dev/null; then echo -n "Updating APT keyring - " && apt-key del 0xCBBFF2FC3F8F5540 fi fi #DEBHELPER#