]> git.decadent.org.uk Git - dak.git/blob - scripts/debian/update-readmenonus
Stop using silly names, and migrate to a saner directory structure.
[dak.git] / scripts / debian / update-readmenonus
1 #!/bin/sh
2 #
3 # Fetches up to date copy of REAME.non-US for pandora
4 # Michael Beattie <mjb@debian.org>
5
6 . vars-non-US
7
8 cd $ftpdir
9
10 echo Updating non-US version of README.non-US
11 wget -t1 -T20 -q -N http://ftp-master.debian.org/README.non-US || \
12   echo "Some error occured..."
13