diff options
Diffstat (limited to 'nikto/nikto.install')
-rw-r--r-- | nikto/nikto.install | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/nikto/nikto.install b/nikto/nikto.install deleted file mode 100644 index aefdd93..0000000 --- a/nikto/nikto.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - echo "> Don't forget to update your plugins running as root:" - echo "> nikto -update" - echo "" -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - /bin/true -} |