]> git.donarmstrong.com Git - neurodebian.git/blob - debian/neurodebian-keyring.postinst
ENH: for initial setup apt-key call use hkp://pgp.mit.edu:80 (instead of default...
[neurodebian.git] / debian / neurodebian-keyring.postinst
1 #!/bin/sh
2
3 set -e
4
5 if which apt-key > /dev/null; then
6     apt-key update
7 fi
8
9 #DEBHELPER#