From 950c25b4de57fb91308b035b398dfd58a12034e2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 19 May 2005 07:06:57 +0000 Subject: add a DVB class --- perl-install/harddrake/data.pm | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'perl-install/harddrake') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index a29b57fdc..964383e39 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -141,6 +141,15 @@ our @tree = checked_on_boot => 1, }, + { + class => "DVB", + string => N("DVB card"), + icon => "tv.png", + configurator => "/usr/bin/XawTV", + detector => sub { f(modules::probe_category('multimedia/dvb')) }, + checked_on_boot => 1, + }, + { class => "TV", string => N("Tvcard"), -- cgit v1.2.1