Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-release > by-pkgid > d46d33c3426fbb7bdc4bb4ebc4e921e7 > scriptlet

esmtp-1.0-1mdv2009.1.x86_64.rpm

POSTIN

/bin/sh
# sendmail-alternatives
update-alternatives --install /usr/sbin/sendmail sendmail-command /usr/bin/esmtp 20

POSTUN

/bin/sh
# sendmail-alternatives
if [ "$1" = 0 ]; then
    update-alternatives --remove sendmail-command  /usr/bin/esmtp
fi