language-update.sh:

- delete *.orig files on cleanup


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1258 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 14 years ago
parent 46a475a75f
commit 4010127bf7

@ -202,7 +202,7 @@ function cleanup() {
# cleanup tempfiles
test $nocleanup = 0 && for file in $filelist ; do
rm -f $file.patch $file.strings $file.diff
rm -f $file.patch $file.strings $file.diff $file.orig
done
} # end cleanup()

Loading…
Cancel
Save