Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > ca2eb8721f5950ced21052f18d4bfdd1 > scriptlet

exim-clamav-4.73-3.fc15.i686.rpm

PREUN

/bin/sh
test "$1" != 0 || /etc/rc.d/init.d/clamd.exim stop &>/dev/null || :
test "$1" != 0 || /sbin/chkconfig --del clamd.exim

POSTIN

/bin/sh
/bin/touch /var/log/clamd.exim
/bin/chown exim.exim /var/log/clamd.exim
/sbin/chkconfig --add clamd.exim

POSTUN

/bin/sh
test "$1"  = 0 || /etc/rc.d/init.d/clamd.exim condrestart >/dev/null || :