source: nutchez-0.1/debian/nutchez.postrm @ 68

Last change on this file since 68 was 68, checked in by waue, 15 years ago

big modification

  • Property svn:executable set to *
File size: 172 bytes
Line 
1#!/bin/sh
2
3echo "$1"
4
5if [ "$1" != remove ]
6then
7  exit 0
8fi
9
10rm -rf /tmp/hsperfdata*
11if [ -e HOME/.nutchez ]; then
12  rm -rf $HOME/.nutchez
13fi
14rm /usr/local/sbin/nutchez*
15
Note: See TracBrowser for help on using the repository browser.