summarylogtreecommitdiffstats
path: root/p3scan.install
diff options
context:
space:
mode:
Diffstat (limited to 'p3scan.install')
-rw-r--r--p3scan.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/p3scan.install b/p3scan.install
new file mode 100644
index 000000000000..0f139dd28bf5
--- /dev/null
+++ b/p3scan.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo "==> You may want an Anti-Virus program to use with p3scan. Installing clamav is recommended."
+}
+
+post_upgrade() {
+ post_install $1 $2
+}