Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > aa40922c603c5d347476ca9557ab4b4f > scriptlet

poker-bot-1.7.3-3.fc12.noarch.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add poker-bot

POSTUN

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