Commit 2cfde511 authored by Wolfgang Schweer's avatar Wolfgang Schweer
Browse files

debian/debian-edu-config.postinst: Fix version number.

parent 8c930717
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ fi

case "$1" in
configure)
    if dpkg --compare-versions "$2" le "2.10.50" ; then
    if dpkg --compare-versions "$2" le "2.10.49" ; then
        if [ -f /etc/ldap/ldap.conf ] ; then
            sed -i 's#/etc/ldap/ssl/ldap-server-pubkey.pem#/etc/ssl/certs/debian-edu-server.crt#' /etc/ldap/ldap.conf
        fi