diff --git a/tools/start_new_disc b/tools/start_new_disc index f2abcd8c..5adda9b7 100755 --- a/tools/start_new_disc +++ b/tools/start_new_disc @@ -256,6 +256,8 @@ if [ $DISKNUM = 1 ] ; then if [ "$OMIT_DOC_TOOLS" != "1" ]; then echo " Adding docs to CD1" $BASEDIR/tools/add_files $CDDIR $MIRROR doc + + echo " Removing old dedications" DEBMAINVER="`echo $DEBVERSION | sed -e 's/[ _r].*//;s/\..*//'`" find $CDDIR/doc -name "dedication-*" | grep -v "$DEBMAINVER" | xargs rm -vf find $CDDIR/doc -name "debian-keyring.tar.gz" | xargs rm -f