diff options
Diffstat (limited to 'nikto/nikto.install')
-rw-r--r-- | nikto/nikto.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nikto/nikto.install b/nikto/nikto.install new file mode 100644 index 0000000..aefdd93 --- /dev/null +++ b/nikto/nikto.install @@ -0,0 +1,13 @@ +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 +} |