Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 80109e13b8a7197fde2b06a7c606d5cb > scriptlet

miredo-client-1.1.7-4.fc12.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add miredo-client

POSTUN

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