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