Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 8efc380e435ef6e0a0f94cfb4b434267 > scriptlet

exim-clamav-4.71-4.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 || :