Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 04b9a14bf36ab816143dcbdbf5a8048f > 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