Undo accidental commit.
[nethome.git] / bin / exx
diff --git a/bin/exx b/bin/exx
index 8994599..97f021b 100755 (executable)
--- a/bin/exx
+++ b/bin/exx
@@ -14,8 +14,6 @@ use constant FORMATS=>{
        "rpm"    =>'rpm2cpio $pathname|cpio -id --quiet',       #-v #FIXME: --sparse doesn't work, why?
        "zip"    =>'unzip -Lq $pathname',
        "jar"    =>'unzip -Lq $pathname',
-       "xpi"    =>'unzip -Lq $pathname',
-       "crx"    =>'unzip -Lq $pathname',
        "a"      =>'ar x $pathname',
        "deb"    =>'ar x $pathname;'
                   .'for i in *.tar.gz;do j=`basename $i .tar.gz`;mkdir -p $j;cd $j;tar xzf ../$i;cd ..;rm -f $i;done',