

set `uname -a`
if test "$1" = "SCO_SV"; then
    UNCOMPRESS=uncompress
else
    UNCOMPRESS=`which uncompress 2> /dev/null`
    if test "$UNCOMPRESS" = ""; then
        UNCOMPRESS=`which gunzip 2> /dev/null`
    fi
    if test "$UNCOMPRESS" = ""; then
       # this is used for SCO where 'which' command is not available.
       UNCOMPRESS=uncompress
       echo "UNCOMPRESS ROUTINE DEFAULTING TO $UNCOMPRESS"
    fi
fi


if test -f actsys.z -a ! -f actsys.Z; then
    mv actsys.z actsys.Z
    fi 
if test -f actsys2.z -a ! -f actsys2.Z; then
    mv actsys2.z actsys2.Z
    fi 
if test -f actdata.z -a ! -f actdata.Z; then
    mv actdata.z actdata.Z
    fi 
if test -f actar.z -a ! -f actar.Z; then
    mv actar.z actar.Z
    fi 
if test -f actap.z -a ! -f actap.Z; then
    mv actap.z actap.Z
    fi 
if test -f actgl.z -a ! -f actgl.Z; then
    mv actgl.z actgl.Z
    fi 
if test -f actbr.z -a ! -f actbr.Z; then
    mv actbr.z actbr.Z
    fi 
if test -f actpo.z -a ! -f actpo.Z; then
    mv actpo.z actpo.Z
    fi 
if test -f actin.z -a ! -f actin.Z; then
    mv actin.z actin.Z
    fi 
if test -f actsl.z -a ! -f actsl.Z; then
    mv actsl.z actsl.Z
    fi 
if test -f actsl2.z -a ! -f actsl2.Z; then
    mv actsl2.z actsl2.Z
    fi 
if test -f actpy.z -a ! -f actpy.Z; then
    mv actpy.z actpy.Z
    fi 
if test -f actpy2.z -a ! -f actpy2.Z; then
    mv actpy2.z actpy2.Z
    fi 
if test -f actjc.z -a ! -f actjc.Z; then
    mv actjc.z actjc.Z
    fi 
if test -f actbm.z -a ! -f actbm.Z; then
    mv actbm.z actbm.Z
    fi 
if test -f actsrc0.z -a ! -f actsrc0.Z; then
    mv actsrc0.z actsrc0.Z
    fi 
if test -f actsrc1.z -a ! -f actsrc1.Z; then
    mv actsrc1.z actsrc1.Z
    fi 
if test -f actsrc2.z -a ! -f actsrc2.Z; then
    mv actsrc2.z actsrc2.Z
    fi 
if test -f actsrc3.z -a ! -f actsrc3.Z; then
    mv actsrc3.z actsrc3.Z
    fi 
if test -f actqry.z -a ! -f actqry.Z; then
    mv actqry.z actqry.Z
    fi 

if test -f actflex_.gz; then
    gunzip actflex_ 2> /dev/null
    tar xvf actflex_ 2> /dev/null
    rm -f actflex_ 2> /dev/null
fi

if test -f actqry.gz; then
    gunzip actqry 2> /dev/null
    tar xvf actqry 2> /dev/null
    rm -f actqry 2> /dev/null
fi

if test -f actflex_.Z; then
    $UNCOMPRESS actflex_.Z 2> /dev/null
    tar xvf actflex_ 2> /dev/null
    rm -f actflex_ 2> /dev/null
fi

if test -f actqry.Z; then
    $UNCOMPRESS actqry.Z 2> /dev/null
    tar xvf actqry 2> /dev/null
    rm -f actqry 2> /dev/null
fi

$UNCOMPRESS actsys.Z 2> /dev/null
tar xvf actsys 2> /dev/null
rm -f actsys 2> /dev/null

$UNCOMPRESS actsys2.Z 2> /dev/null
tar xvf actsys2 2> /dev/null
rm -f actsys2 2> /dev/null

$UNCOMPRESS actdata.Z 2> /dev/null
tar xvf actdata 2> /dev/null
rm -f actdata 2> /dev/null

$UNCOMPRESS actar.Z 2> /dev/null
tar xvf actar 2> /dev/null
rm -f actar 2> /dev/null

$UNCOMPRESS actap.Z 2> /dev/null
tar xvf actap 2> /dev/null
rm -f actap 2> /dev/null

$UNCOMPRESS actgl.Z 2> /dev/null
tar xvf actgl 2> /dev/null
rm -f actgl 2> /dev/null

$UNCOMPRESS actbr.Z 2> /dev/null
tar xvf actbr 2> /dev/null
rm -f actbr 2> /dev/null

$UNCOMPRESS actpo.Z 2> /dev/null
tar xvf actpo 2> /dev/null
rm -f actpo 2> /dev/null

$UNCOMPRESS actin.Z 2> /dev/null
tar xvf actin 2> /dev/null
rm -f actin 2> /dev/null

$UNCOMPRESS actsl.Z 2> /dev/null
tar xvf actsl 2> /dev/null
rm -f actsl 2> /dev/null

$UNCOMPRESS actsl2.Z 2> /dev/null
tar xvf actsl2 2> /dev/null
rm -f actsl2 2> /dev/null

$UNCOMPRESS actpy.Z 2> /dev/null
tar xvf actpy 2> /dev/null
rm -f actpy 2> /dev/null

$UNCOMPRESS actpy2.Z 2> /dev/null
tar xvf actpy2 2> /dev/null
rm -f actpy2 2> /dev/null

$UNCOMPRESS actjc.Z 2> /dev/null
tar xvf actjc 2> /dev/null
rm -f actjc 2> /dev/null

$UNCOMPRESS actbm.Z 2> /dev/null
tar xvf actbm 2> /dev/null
rm -f actbm 2> /dev/null

$UNCOMPRESS actsrc0.Z 2> /dev/null
tar xvf actsrc0 2> /dev/null
rm -f actsrc0 2> /dev/null

$UNCOMPRESS actsrc1.Z 2> /dev/null
tar xvf actsrc1 2> /dev/null
rm -f actsrc1 2> /dev/null

$UNCOMPRESS actsrc2.Z 2> /dev/null
tar xvf actsrc2 2> /dev/null
rm -f actsrc2 2> /dev/null

$UNCOMPRESS actsrc3.Z 2> /dev/null
tar xvf actsrc3 2> /dev/null
rm -f actsrc3 2> /dev/null
