#!/bin/sh set -e if [ "$1" = "purge" ] then # Remove the symlink rm -f /etc/apt/trusted.gpg.d/debian-archive-keyring.gpg fi #DEBHELPER#