summaryrefslogtreecommitdiffstats
path: root/ffxpi
diff options
context:
space:
mode:
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() {