--- quicklook/trigger/install.sh 2006/05/11 10:07:39 1.1.1.1 +++ quicklook/trigger/install.sh 2006/06/28 16:31:08 1.2 @@ -86,10 +86,6 @@ rm -rf ${THISDIR}/target mkdir ${THISDIR}/target mkdir ${THISDIR}/target/macros - unset PAM_CCO - export PAM_CCO=1 - unset PAM_MACROS - export PAM_MACROS=${THISDIR}/target/macros unset PAM_YODA export PAM_YODA=$INDIR if [ $YODA ]; then @@ -117,8 +113,6 @@ if [ ! -d $INDIR/doc/ ]; then mkdir $INDIR/doc/ fi - unset PAM_DOC - export PAM_DOC=$INDIR/doc/ fi fi; else