X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=carnet-keyring.git;a=blobdiff_plain;f=debian%2Fpostinst;h=3e25c9246d61c3a34e256a65abb8f888d179da8d;hp=0d37f03533dd856520583314516363c6455d1365;hb=09dca3931794b0007391480487981845964747da;hpb=0e56fd0837fd994345b8264f1903f26b4bb5c70a diff --git a/debian/postinst b/debian/postinst index 0d37f03..3e25c92 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,5 +1,7 @@ #!/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