[X2Go-Commits] [x2go-keyring] 28/47: debian/: remove prerm.template.
git-admin at x2go.org
git-admin at x2go.org
Sun Aug 4 16:28:16 CEST 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2go-keyring.
commit 6c3f202a1d5fb067b052903cef8920c41270bb81
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sun Aug 4 14:51:25 2019 +0200
debian/: remove prerm.template.
---
debian/changelog | 1 +
debian/prerm.template | 9 ---------
2 files changed, 1 insertion(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index eeedec1..ab7fa9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -58,6 +58,7 @@ x2go-keyring (2014.07.09) UNRELEASED; urgency=medium
- Add docs file, installing README.
- Add install file, installing actual data.
- Add postrm file, copied from debian-archive-keyring.
+ - Remove prerm.template.
* debian/postinst:
- Sync with debian-archive-keyring package.
diff --git a/debian/prerm.template b/debian/prerm.template
deleted file mode 100644
index fd7cee6..0000000
--- a/debian/prerm.template
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh -e
-
-case "$1" in
- remove|purge)
- if which apt-key >/dev/null; then
- apt-key del XXXXXXXXXX
- fi
- ;;
-esac
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git
More information about the x2go-commits
mailing list