Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 753bab3d9349d309fad33f30011c4496 > scriptlet

noflushd-2.6-1mdk.i586.rpm

PREUN

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

POSTIN

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