* Deal with new xfce-desktop task.

This commit is contained in:
Joey Hess 2006-10-17 19:00:10 +00:00
parent af5b09d42d
commit 7f22b33443
3 changed files with 4 additions and 2 deletions

3
debian/changelog vendored
View File

@ -9,8 +9,9 @@ debian-cd (2.2.26) UNRELEASED; urgency=low
* Remove 2.4 kernels from generate_di+k_list for i386.
* Remove 2.2 kernel for mac from generate_di+k_list, as it's no longer in
the archive.
* Deal with new xfce-desktop task.
-- Joey Hess <joeyh@debian.org> Mon, 16 Oct 2006 14:09:55 -0400
-- Joey Hess <joeyh@debian.org> Tue, 17 Oct 2006 14:59:53 -0400
debian-cd (2.2.25) unstable; urgency=low

View File

@ -4,7 +4,7 @@
for i in $(cat task.list); do \
if [ "$i" != kde-desktop ]; then \
if [ "$i" != kde-desktop ] && [ "$i" != xfce-desktop ]; then \
grep-dctrl -F Task -e "^$i$" /usr/share/tasksel/debian-tasks.desc | \
grep-dctrl -s Key -n -e '.*'; \
fi; \

View File

@ -109,3 +109,4 @@ welsh
welsh-desktop
xhosa-desktop
kde-desktop
xfce-desktop