From a9a9fe735cd4b00e6f208f11734b43b247ab4379 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 20 Mar 2004 10:39:26 +0000 Subject: cleanup --- perl-install/standalone/drakxtv | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index 21149ebdd..e03d6fddc 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -35,10 +35,7 @@ sub scan4channels() { # xawtv has been installed by DrakX when/if it's detected a tv # card. - # In the future, we might try to install xawtv if it'sn't there as - # we're just a, xawtv wraper - - -x "/usr/bin/scantv" or $in->do_pkgs->install('xawtv'); + $in->do_pkgs->ensure_is_installed('xawtv', '/usr/bin/scantv'); my ($ftable_id, $norm); # this table must be checked on each xawtv release: -- cgit v1.2.1