summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
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