summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2016-03-03 17:57:46 +0100
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2016-03-04 11:16:15 +0100
commitb72649b4cac635e91a1ea2028c36f4688808894c (patch)
treedaf42b0d3f382570e9d4272cecec6c9883027db9 /debian/postinst
parent30002f1d2d3cd45af6026b58e027b2ac2ec8aa6f (diff)
overhaul/simplify keyring package
Diffstat (limited to 'debian/postinst')
-rw-r--r--debian/postinst8
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644
index ebe1959..0000000
--- a/debian/postinst
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if which apt-key > /dev/null; then
- apt-key add /usr/share/keyrings/leap-keyring.gpg
- apt-key add /usr/share/keyrings/leap-experimental-keyring.gpg
-fi