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

传真(Fax)编程

开发平台:

C/C++

  1. # $Id: crequest.in,v 1.2 2008/01/29 13:53:35 faxguy Exp $
  2. trap 'exit 3' 15
  3. # determine if libraries should be installed
  4. ans=`ckyorn -d y 
  5.         -p "Should the man pages included in this package be installed" ` || exit $?
  6. if [ "$ans" = y ]
  7. then
  8.         CLASSES="$CLASSES man"
  9. fi
  10. # make parameters available to installation service,
  11. # and so to any other packaging scripts
  12. cat >$1 <<!
  13. CLASSES='$CLASSES'
  14. !
  15. exit 0