1 #!/bin/sh 2 3 ffdir="FFDIR" 4 5 umask 022 6 if [ -f ${ffdir}/firefox ]; then 7 /bin/rm -rf ${ffdir}/chrome/overlayinfo 8 /bin/rm -f ${ffdir}/chrome/*.rdf 9 /bin/rm -f ${ffdir}/components/*.dat 10 /bin/rm -f ${ffdir}/component.reg 11 ${ffdir}/firefox -register 12 fi 13 14
Terms of Use | Privacy | Trademarks | Copyright Policy | Site Guidelines | HelpYour use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Use.Copyright © 1995-2008 Sun Microsystems, Inc.