Sophie

Sophie

distrib > CentOS > 5 > i386 > by-pkgid > ccd1865b737092ac69be2a8f0b2f4a52 > scriptlet

edac-utils-0.9-6.el5.i386.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/ldconfig
if [ $1 = 1 ]; then
	/sbin/chkconfig --add edac
fi