Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7e27f4be2f193b8db464daf25b009e01 > scriptlet

edac-utils-0.9-12.fc15.i686.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