summaryrefslogtreecommitdiff
path: root/libre/clamav/clamav.install
blob: 2d1c913108ce2d540c415ef6d35f6d0702ec5ba2 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}