postremove.in
上传用户:weiyuanprp
上传日期:2020-05-20
资源大小:1169k
文件大小:0k
源码类别:

传真(Fax)编程

开发平台:

C/C++

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