#!/bin/sh

gzname=`basename $1`
INSTALLDIR=./packages/firefox/lib

tar -C $INSTALLDIR -zxf wget_tmp/$gzname
let returnval=$?

exit $returnval
