Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 6b1102b04c0f9a2fcdb3e38cc8526074 > scriptlet

thebridge-1.06-5.fc12.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add thebridge

POSTUN

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