X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fneurodebian-archive-keyring.postinst;fp=debian%2Fneurodebian-archive-keyring.postinst;h=2ce760063022c8ea4cf161df678b13ce30bebfb6;hb=441723d6edfc6b868be27bfa4ad63dc7a2fefdb8;hp=0000000000000000000000000000000000000000;hpb=6c6fa9cd3bd627a60f165682f96af3cc06d9ccc9;p=neurodebian.git diff --git a/debian/neurodebian-archive-keyring.postinst b/debian/neurodebian-archive-keyring.postinst new file mode 100644 index 0000000..2ce7600 --- /dev/null +++ b/debian/neurodebian-archive-keyring.postinst @@ -0,0 +1,9 @@ +#!/bin/sh + +set -e + +if which apt-key > /dev/null; then + apt-key update +fi + +#DEBHELPER#