Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > 72cb4cb25b32943562ef27c5ccb4d593 > scriptlet

mrepo-0.8.4-1mdv2008.0.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 || :