Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 8ef41710de28d75a59e9f1365096b82c > scriptlet

oddjob-0.30.1-1.fc14.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add oddjobd

POSTUN

/bin/sh
if [ $1 -gt 0 ] ; then
	/sbin/service oddjobd condrestart 2>&1 > /dev/null || :
fi
exit 0