Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 8037748901979770762a14af6a1df45d > scriptlet

mrepo-0.8.7-3.mga5.noarch.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ]; then
	/etc/init.d/mrepo stop &>/dev/null || :
	/sbin/chkconfig --del mrepo
fi

POSTIN

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

#%postun
#/sbin/service mrepo condrestart &>/dev/null || :