Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release > by-pkgid > 4f56b30cd91d1e1059119ee969fa1ef1 > scriptlet

courier-authlib-ldap-0.72.0-1.mga9.x86_64.rpm

POSTIN

/bin/sh
if [ -f /etc/courier/authldaprc.rpmnew ]; then
    /usr/lib64/courier-authlib/sysconftool /etc/courier/authldaprc.rpmnew >/dev/null
fi
/etc/rc.d/init.d/courier-authdaemon condrestart 1>&2;

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
    /etc/rc.d/init.d/courier-authdaemon condrestart 1>&2;
fi