X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=9339527af33c1d4bbf5ade96a1d6256b72dcba37;hb=511fcd6c18e942a51af72aecec427632ccaf5a46;hp=0d37f03533dd856520583314516363c6455d1365;hpb=9ca08287fc2dc27bc7800aae67c192e3a755d4b1;p=carnet-keyring.git diff --git a/debian/postinst b/debian/postinst index 0d37f03..9339527 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,5 +1,9 @@ #!/bin/sh +set -e + if [ -x /usr/bin/apt-key ]; then - /usr/bin/apt-key add /usr/share/keyrings/carnet-keyring.gpg + apt-key add /usr/share/keyrings/carnet-keyring.gpg fi + +#DEBHELPER#