]> git.donarmstrong.com Git - neurodebian.git/blobdiff - debian/neurodebian-archive-keyring.postinst
Merge remote-tracking branch 'alioth/devel'
[neurodebian.git] / debian / neurodebian-archive-keyring.postinst
diff --git a/debian/neurodebian-archive-keyring.postinst b/debian/neurodebian-archive-keyring.postinst
new file mode 100644 (file)
index 0000000..2ce7600
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+if which apt-key > /dev/null; then
+    apt-key update
+fi
+
+#DEBHELPER#