desktop/clamav/clamav.install
Chaoting Liu 9d3810a136 clamav: update to 0.99.3, more systemd-fied
- include sysusers file
- refresh tmpfiles file
- refresh logrotate file
2018-01-28 06:18:10 +00:00

12 lines
198 B
Plaintext

post_upgrade() {
if (( $(vercmp $2 0.99.3) <= 0 )); then
cat << EOF
===> WARNING: ClamAV service files have been renamed:
-> clamav-daemon.service
-> clamav-freshclam.service
EOF
fi
}