Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 65c7d8846219544b0351762a7b2969fb > scriptlet

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