X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=b9202d111a5745b6947f5175bd9bed962c0585dc;hb=38d9a6700d7248f523c8c9d056f1470f99eb7eef;hp=b3892be04065bc442f9a8acc4082ae81e95008b6;hpb=4151f5bf79d6b4d91a3c8bcbae22b2aee81fa077;p=dovecot-cn.git diff --git a/debian/postinst b/debian/postinst index b3892be..b9202d1 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/bin/sh + +set -e [ "$1" = "configure" ] || exit 0 [ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx @@ -6,6 +8,40 @@ # Load CARNet Tools . /usr/share/carnet-tools/functions.sh + +function move_certs() { + if [ -f /etc/dovecot/private/dovecot.pem -a ! -f /etc/dovecot/private/dovecot.key ]; then + mv -f /etc/dovecot/private/dovecot.pem /etc/dovecot/private/dovecot.key || true + fi + + if [ -f /etc/dovecot/dovecot.pem ]; then + mv -f /etc/dovecot/dovecot.pem /etc/dovecot/private/dovecot.pem || true + fi +} + +function put_new_certs() { +# postavlja cert i key na nove putanje iz bustera + cp_check_and_sed '#ssl_key =