summaryrefslogtreecommitdiffstats
path: root/ffxpi
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-01-14 17:27:54 +0100
committerRemi Collet <fedora@famillecollet.com>2011-01-14 17:27:54 +0100
commit60f94058adc2bd5cfee482d7c2b7f1773316f37f (patch)
tree91446d096915e474d4c3c7390b4983c0e4a1d75d /ffxpi
parent7aed93ad2afb086239f6c7a875a3e66320ad1608 (diff)
firefox4-4.0-0.17.beta9
Diffstat (limited to 'ffxpi')
-rwxr-xr-xffxpi3
1 files changed, 3 insertions, 0 deletions
diff --git a/ffxpi b/ffxpi
index 8f75550..c0ac423 100755
--- a/ffxpi
+++ b/ffxpi
@@ -47,6 +47,9 @@ packxpi() {
mv $1.xpi /tmp
cd tmp/$1
zip ../../$1.xpi -r install.rdf chrome/* chrome.manifest
+
+ echo -n "Controle... "
+ xmlwf install.rdf && echo done
fi
}
donexpi() {