From 65bef139a9b1e38d113cff8cfc1134ccbe4ef19e Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 28 Oct 2013 22:51:11 -0400 Subject: initial check-in --- debian/postinst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 debian/postinst (limited to 'debian/postinst') diff --git a/debian/postinst b/debian/postinst new file mode 100644 index 0000000..c9fb56a --- /dev/null +++ b/debian/postinst @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +if which apt-key > /dev/null; then + apt-key add /usr/share/keyrings/leap-keyring.gpg +fi -- cgit v1.2.3