From 123974505da50fe77061ca0b3c21b68a421df0b5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 24 Feb 2005 10:31:45 +0000 Subject: fix #13865: scan TV channels for TV ocards that do not require any driver configuration --- perl-install/standalone/drakxtv | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index ac199065d..d200f0da7 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -139,6 +139,7 @@ if (@devices = @$devices_ok) { require modules; $modules_conf ||= modules::any_conf->read; $modules_conf->write; + scan4channels(); } if (!$devices && !$devices_ok) { -- cgit v1.2.1