Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 78c0413b2572042a57d5535810773c4a > scriptlet

ices-2.0.1-10.fc14.x86_64.rpm

PREIN

/bin/sh
/usr/sbin/useradd -c "IceS Shoutcast source" \
        -s /sbin/nologin -r -d / ices 2> /dev/null || :

PREUN

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

POSTIN

/bin/sh
if [ $1 = 1 ]; then
   /sbin/chkconfig --add ices
fi

POSTUN

/bin/sh
if [ "$1" -ge "1" ]; then
        /sbin/service ices condrestart &>/dev/null 2>&1 || :
fi