From: Amos Jeffries Date: Wed, 13 Aug 2008 10:22:25 +0000 (+1200) Subject: Make .POT updater cleanup after itself X-Git-Tag: SQUID_3_1_0_1~49^2~86 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58bb34530e23a11dae84346483ea9f4507839a16;p=thirdparty%2Fsquid.git Make .POT updater cleanup after itself --- diff --git a/errors/update-pot.sh b/errors/update-pot.sh index 1a3445313d..f26dfe577a 100755 --- a/errors/update-pot.sh +++ b/errors/update-pot.sh @@ -34,3 +34,7 @@ for f in `ls -1 ./*.po` ; do chown --reference=${f} ${f}.new mv ${f}.new ${f} done + +# cleanup. +rm -r -f ./pot +rm -f dictionary.pot.new