b71e9706c5a0
1 2 3 4 5 6 7 8 9
#!/bin/sh if [ x$2 != xDEINSTALL ]; then exit fi rm -rf /var/dpsearch exit 0