Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 199f3a151346a940aae1fb8822b3e5dc > scriptlet

mrepo-0.8.7-2.fc14.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