This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit b5a1c0cb5853964931fdc449589383f5791fc2df Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Aug 18 16:21:02 2019 +0200 debian/postrm: don't try to remove a symlink that never existed. --- debian/changelog | 2 ++ debian/postrm | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1b83e20..59855f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -140,6 +140,8 @@ x2go-keyring (2019.08.04) UNRELEASED; urgency=medium * debian/install: - Clear out. We don't need this any longer since the Makefile stages all files to the correct location. + * debian/postrm: + - Don't try to remove a symlink that never existed. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 09 Jul 2014 20:10:47 +0200 diff --git a/debian/postrm b/debian/postrm index 894bde1..d25633b 100644 --- a/debian/postrm +++ b/debian/postrm @@ -4,8 +4,7 @@ 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