Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > be7be9c78a28a33b1c4a1509396040b3 > scriptlet

sems-1.3.0-1.fc14.i686.rpm

PREUN

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

POSTIN

/bin/sh
if [ $1 -eq 1 ]; then
	/sbin/chkconfig --add sems || :
fi