source:
nutchez-0.1/debian/nutchez.postrm
@
224
Last change on this file since 224 was 100, checked in by waue, 15 years ago | |
---|---|
|
|
File size: 301 bytes |
Rev | Line | |
---|---|---|
[66] | 1 | #!/bin/sh |
2 | ||
3 | echo "$1" | |
4 | ||
[69] | 5 | if [ "$1" != remove ]; then |
[66] | 6 | exit 0 |
7 | fi | |
8 | ||
[75] | 9 | #if [ -e $HOME/.nutchez ]; then |
10 | # rm -rf $HOME/.nutchez | |
11 | #fi | |
[66] | 12 | |
[100] | 13 | #for i in `sudo find /home/ -name ".nutchez"`; do |
14 | # if [ -d $i ];then | |
15 | # echo "delete this dir : $i" | |
16 | # rm -r $i | |
17 | # fi | |
18 | #done | |
[75] | 19 | |
[100] | 20 | rm -f /usr/bin/nutchez |
[69] | 21 | |
22 | rm -rf /tmp/search | |
23 |
Note: See TracBrowser
for help on using the repository browser.