Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 89d2d31632f42913546c69f1d938cff8 > scriptlet

subversion-1.6.17-1.fc14.x86_64.rpm

PREUN

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

POSTIN

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