Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 268ec4c47bcb54bedcae43646a1dc4f5 > scriptlet

speech-dispatcher-0.6.7-4.fc13.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/ldconfig

 /sbin/chkconfig --add speech-dispatcherd

POSTUN

/bin/sh
/sbin/ldconfig

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