]> Sergey Matveev's repositories - godlighty.git/blobdiff - make-update.sh
Remove .bsdiff after update
[godlighty.git] / make-update.sh
index 5cf764a2195caf8da412b379facd0bcc191817dc..325444f1cab6a6c399bed8e68b8cb3aec271e13a 100755 (executable)
@@ -27,6 +27,7 @@ our_hash=`sha512 < updates/$w.old`
 [ "\$their_hash" = "\$our_hash" ]
 chown \`stat -f %u:%g \$w\` \$w.new
 chmod \`stat -f %Mp%Lp \$w\` \$w.new
+rm \$w.bsdiff
 mv -f \$w.new \$w
 exit
 EOF