]> git.decadent.org.uk Git - dak.git/blobdiff - update-readmenonus
Stop using silly names, and migrate to a saner directory structure.
[dak.git] / update-readmenonus
diff --git a/update-readmenonus b/update-readmenonus
deleted file mode 100755 (executable)
index b90066a..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# Fetches up to date copy of REAME.non-US for pandora
-# Michael Beattie <mjb@debian.org>
-
-. vars-non-US
-
-cd $ftpdir
-
-echo Updating non-US version of README.non-US
-wget -t1 -T20 -q -N http://ftp-master.debian.org/README.non-US || \
-  echo "Some error occured..."
-