Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-release > by-pkgid > 0e081b3c34deb4be2a887d69d7a435fc > scriptlet

mrepo-0.8.6-1mdv2009.1.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 || :