Debconf removal for !Debian Install Guides

Delete the directory, we do not need it for the other guides.

Change-Id: Id63ae420a5c1d4e7978133bcb82e89eb993a63cb
This commit is contained in:
Andreas Jaeger 2015-10-14 11:06:43 +02:00
parent c868f7889c
commit 3c1c49da6a

View File

@ -36,4 +36,8 @@ for tag in $TAGS; do
mv publish-docs/draft/install-guide-debian/index-debian.html \ mv publish-docs/draft/install-guide-debian/index-debian.html \
publish-docs/draft/install-guide-debian/index.html publish-docs/draft/install-guide-debian/index.html
fi fi
# Remove Debian specific content from other guides
if [[ "$tag" != "debian" ]]; then
rm -rf publish-docs/draft/install-guide-$tag/debconf
fi
done done