]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Make .POT updater cleanup after itself
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 13 Aug 2008 10:22:25 +0000 (22:22 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 13 Aug 2008 10:22:25 +0000 (22:22 +1200)
errors/update-pot.sh

index 1a3445313d6616d6e0c9d9470fc9196524474639..f26dfe577a0ceacd9e163ecfceb9260fe89a61df 100755 (executable)
@@ -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