Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 1bd5ded7c21889a0333afe87faf55a48 > scriptlet

rtpproxy-1.2.1-2.fc14.1.x86_64.rpm

PREIN

/bin/sh
/usr/sbin/useradd -r -c "RTPProxy service"  -d /var/lib/rtpproxy -s /sbin/nologin rtpproxy 2>/dev/null || :

PREUN

/bin/sh
if [ $1 -eq 0 ]; then
	/sbin/service rtpproxy stop >/dev/null 2>&1 || :
	/sbin/chkconfig --del rtpproxy || :
fi

POSTIN

/bin/sh
if [ $1 -eq 1 ]; then
	/sbin/chkconfig  --add rtpproxy || :
fi