- #
- # $Id: postremove.in,v 1.1.1.1 2005/11/11 21:32:03 faxguy Exp $
- # Tim Rice
- #
- # postremove
- #
- if test -d @SPOOL@
- then
- echo "nnYou will need to remove @SPOOL@"
- echo "after saving any files you want to saven"
- echo "rm -fr @SPOOL@n"
- # I'll automate this part when I get time
- echo "Remove @SBIN@/faxqclean from root's crontab"
- echo "Remove @SBIN@/faxcron from uucp's crontab"
- fi
- exit 0