updatemuffler

updatemuffler prevents NoScript and friends from bothering you with 'Successful Update' pages.
git clone https://wehaveforgeathome.hates.computer/updatemuffler.git
Log | Files | Refs | LICENSE

commit 37f7373e1686fc4b99909ef10790d25e9e013c85
parent 7d3e2577d06e02c480c81bfba2943048ce0f406f
Author: Ryan Wolf <rwolf@borderstylo.com>
Date:   Tue,  4 May 2010 10:35:04 -0700

make clean now doesn't barf there's no xpi

Diffstat:
Mmakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefile b/makefile @@ -2,4 +2,4 @@ package : zip -r updatemuffler.xpi chrome/ defaults/ chrome.manifest install.rdf clean : - rm updatemuffler.xpi + rm -f updatemuffler.xpi