Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 2fe7b55d975a08fc5b2d766f6d386217 > scriptlet

mldonkey-server-3.0.3-1.fc13.i686.rpm

PREIN

/bin/sh
/usr/sbin/useradd -r -d /var/lib/mldonkey \
                  -c "MlDonkey service" -s /bin/bash mldonkey 2>/dev/null || :

PREUN

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

POSTIN

/bin/sh
if [ "$1" == "1" ]; then
	/sbin/chkconfig --add mldonkey || :
fi