Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > c1c11515048f05147753631f3ff011c4 > scriptlet

fetchmail-daemon-6.3.20-1.1.mga1.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