Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > a7e9092aa3bcc6c60c89e115f723497c > scriptlet

dpm-rfio-server-1.8.1.2-2.fc14.x86_64.rpm

PREUN

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

POSTIN

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

POSTUN

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