Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 35f2d96e20c8a537a0072223a6395a70 > scriptlet

mrepo-0.8.6-8.mga4.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 || :