Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 7ded69284d09dec587047015a716cef3 > scriptlet

subversion-1.6.11-12.el5_10.i386.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
	/sbin/service svnserve stop > /dev/null 2>&1
	/sbin/chkconfig --del svnserve
fi

POSTIN

/bin/sh
/sbin/ldconfig
# Register the snvserve service
/sbin/chkconfig --add svnserve