Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > 58589d9beb0e1395e727181dceea01bd > scriptlet

exim-clamav-4.76-1.fc14.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 || :