Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > da248ac20674174ee2f40f6e03c0a0ff > scriptlet

fetchmail-daemon-6.3.24-3.mga3.i586.rpm

PREUN

/bin/sh
/usr/share/rpm-helper/del-service fetchmail $1 fetchmail

POSTIN

/bin/sh
/usr/share/rpm-helper/add-service fetchmail $1 fetchmail

POSTUN

/bin/sh
if [ "$1" -ge "1" ]; then
    /sbin/service fetchmail condrestart > /dev/null 2>/dev/null || :
fi