Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 6f83fddc4ec0fc4b0e035c057298835b > scriptlet

audio-entropyd-2.0.1-3.fc15.i686.rpm

PREUN

/bin/sh
if [ "$1" -eq "0" ]; then
  /sbin/service audio-entropyd stop >/dev/null 2>&1
  /sbin/chkconfig --del audio-entropyd
fi

POSTIN

/bin/sh
/sbin/chkconfig --add audio-entropyd

POSTUN

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