clean up old profiles before generating

This commit is contained in:
Dustin Kirkland 2009-02-27 16:19:01 -06:00
commit 89e8a844be

View file

@ -2,6 +2,8 @@
# This script should be run during in the './debian/rules get-orig-source'
# step.
rm -f profiles/debian-* profiles/fedora-* profiles/redhat-* profiles/ubuntu-*
for i in $(ls profiles/logos); do
echo "Generating profile: $i-light"
cat profiles/profile.skel > profiles/$i-light