diff options
Diffstat (limited to 'community/p3scan/p3scan.install')
-rw-r--r-- | community/p3scan/p3scan.install | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/community/p3scan/p3scan.install b/community/p3scan/p3scan.install deleted file mode 100644 index 0f139dd28..000000000 --- a/community/p3scan/p3scan.install +++ /dev/null @@ -1,7 +0,0 @@ -post_install() { - echo "==> You may want an Anti-Virus program to use with p3scan. Installing clamav is recommended." -} - -post_upgrade() { - post_install $1 $2 -} |