Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 57cc4142536edf038aa24e3736b4af47 > scriptlet

mrepo-0.8.7-3.fc15.noarch.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add mrepo

POSTUN

/bin/sh
if [ "$1" -ge "1" ] ; then
    /sbin/service mrepo condrestart >/dev/null 2>&1 || :
fi