This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit 623d6549455e1a357b247f918f7bc7882e16803c Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Aug 4 14:43:55 2019 +0200 debian/: add postrm file, copied from debian-archive-keyring. --- debian/changelog | 1 + debian/postrm | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index 39ebe1f..2c5bc76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -55,6 +55,7 @@ x2go-keyring (2014.07.09) UNRELEASED; urgency=medium * debian/: - Add docs file, installing README. - Add install file, installing actual data. + - Add postrm file, copied from debian-archive-keyring. * debian/postinst: - Sync with debian-archive-keyring package. diff --git a/debian/postrm b/debian/postrm new file mode 100644 index 0000000..894bde1 --- /dev/null +++ b/debian/postrm @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +if [ "$1" = "purge" ] +then + # Remove the symlink + rm -f /etc/apt/trusted.gpg.d/x2go-archive-keyring.gpg +fi + +#DEBHELPER# -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git