#!/bin/sh 
 
echo "As there are a few scheme interpeters in Debian, you should invoke 
the one you want by using its full name. If you want to use pact, invoke 
'scheme-pact'. You may also define pact as the default scheme interpreter. 
To do so, run (as root) the following command: 
 
update-alternatives --install /usr/bin/scheme scheme /usr/bin/scheme-pact 20 \ 
  --slave /usr/man/man1/scheme.1.gz scheme.1.gz /usr/man/man1/scheme-pact.1.gz 
 
Press any key to continue." 
 
read foo 
