From 6e6f289fdcc5e8c0e24e44f283611bdd404b7647 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 21 Mar 2014 14:09:43 +0100 Subject: [PATCH] No symclean.sh called (broken) --- update-archive/update-archive.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/update-archive/update-archive.sh b/update-archive/update-archive.sh index 24e6ce6..12cf783 100755 --- a/update-archive/update-archive.sh +++ b/update-archive/update-archive.sh @@ -151,9 +151,6 @@ for vdist in $DISTRIBUTIONS ; do fi fi done - for arch in $architectures; do - ${confdir}/symclean.sh $d/${arch} - done rm -f $d/Release if $has_packages; then -- 1.7.10.4