|
Revision 1580, 488 bytes
(checked in by gonzalo, 10 months ago)
|
|
Nikto modified properly
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/bin/sh |
|---|
| 2 | # Filename: PBI.RemoveScript.sh |
|---|
| 3 | # Place any custom removal code here. |
|---|
| 4 | # This script will be run before your program is deleted. |
|---|
| 5 | # ${1} is the directory name. |
|---|
| 6 | # ${2} is the username of person performing the deletion. |
|---|
| 7 | # TIP: 'kdialog' should be used for user interaction. |
|---|
| 8 | ######################################### |
|---|
| 9 | rm -fR /usr/local/bin/nikto |
|---|
| 10 | rm -fR /usr/local/etc/nikto.conf.sample |
|---|
| 11 | rm -fR /usr/local/share/doc/nikto |
|---|
| 12 | rm -fR /usr/local/share/nikto |
|---|
| 13 | rm -fR /usr/local/etc/nikto.conf |
|---|