mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
* Deal with new xfce-desktop task.
This commit is contained in:
parent
af5b09d42d
commit
7f22b33443
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -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
|
||||
|
||||
|
@ -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; \
|
||||
|
@ -109,3 +109,4 @@ welsh
|
||||
welsh-desktop
|
||||
xhosa-desktop
|
||||
kde-desktop
|
||||
xfce-desktop
|
||||
|
Loading…
Reference in New Issue
Block a user