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