diff options
Diffstat (limited to 'libre/clamav/clamav.install')
-rw-r--r-- | libre/clamav/clamav.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libre/clamav/clamav.install b/libre/clamav/clamav.install deleted file mode 100644 index 2d1c91310..000000000 --- a/libre/clamav/clamav.install +++ /dev/null @@ -1,11 +0,0 @@ -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 -} |