Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > f4c9fb70c8a87a5c070006a67aee08ff > scriptlet

clamav-scanner-systemd-0.97.6-1600.fc16.noarch.rpm

PREUN

/bin/sh
test "$1" != "0" || /bin/systemctl --no-reload disable clamd.scan.service >/dev/null 2>&1 || :
test "$1" != "0" || /bin/systemctl stop clamd.scan.service >/dev/null 2>&1 || :

POSTIN

/bin/sh
test "$1" != "1" || /bin/systemctl daemon-reload >/dev/null 2>&1 || :

POSTUN

/bin/sh
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
test "$1" = "0" || /bin/systemctl try-restart clamd.scan.service >/dev/null 2>&1 || :