summaryrefslogtreecommitdiff
path: root/community-testing/p3scan/p3scan.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/p3scan/p3scan.install')
-rw-r--r--community-testing/p3scan/p3scan.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/community-testing/p3scan/p3scan.install b/community-testing/p3scan/p3scan.install
new file mode 100644
index 000000000..0f139dd28
--- /dev/null
+++ b/community-testing/p3scan/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
+}