#!/bin/sh

set -e

if [ "$1" = "purge" ]
then
  # Remove the symlink
  rm -f /etc/apt/trusted.gpg.d/khirnov-net-keyring.gpg
fi

#DEBHELPER#
