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