]> git.decadent.org.uk Git - dak.git/blobdiff - scripts/debian/mkchecksums
dinstall
[dak.git] / scripts / debian / mkchecksums
diff --git a/scripts/debian/mkchecksums b/scripts/debian/mkchecksums
deleted file mode 100755 (executable)
index f733e89..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-# Update the md5sums file
-
-set -e
-. $SCRIPTVARS
-
-dsynclist=$dbdir/dsync.list
-md5list=$indices/md5sums
-
-echo -n "Creating md5 / dsync index file ... "
-
-cd "$ftpdir"
-${bindir}/dsync-flist -q generate $dsynclist --exclude $dsynclist --md5
-${bindir}/dsync-flist -q md5sums $dsynclist | gzip -9n > ${md5list}.gz
-${bindir}/dsync-flist -q link-dups $dsynclist || true