Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 89b29189598dfb1fa2db86a171861f4f > scriptlet

fetchmail-daemon-5.9.7-2mdk.i586.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then service fetchmail stop > /dev/null 2>/dev/null || :; /sbin/chkconfig --del fetchmail; fi;

POSTIN

/bin/sh
if [ $1 = 1 ]; then /sbin/chkconfig --add fetchmail; else if [ -f /var/lock/subsys/fetchmail ]; then service fetchmail restart > /dev/null 2>/dev/null || : ; fi; fi;