root/pbibuild/modules/crackattack/overlay-dir/PBI.RemoveScript.sh
| Revision 1246, 390 bytes (checked in by kris, 12 months ago) | |
|---|---|
|
|
| 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 | |
| 10 | rm /usr/local/bin/crack-attack |
| 11 | rm /usr/local/share/crack-attack |
| 12 |
Note: See TracBrowser
for help on using the browser.
