Remove wget backups

environments/ppa-mbqj77/deployments/1
Xavier Guimard 10 years ago
parent e4108c6ab0
commit 15272c2d4f
  1. 2
      scripts/doc.pl

@ -81,4 +81,6 @@ system('mkdir -p lib/bootstrap3/images && cd lib/bootstrap3/images && wget -l 1
# Link duplicates files
system(q@find . -type f -printf "%s %p\n"|sort -n|perl -a -ne 'if($F[0]==$lf&&`md5sum $F[1]|cut -f1 -d" "` eq `md5sum $ln|cut -f1 -d" "`){print "ln -srf $ln $F[1]\n"}else{$lf=$F[0];$ln=$F[1]}'|sh@);
system("find lib/bootstrap3/images -name '*.1' -delete");
exit 0;

Loading…
Cancel
Save