From 87d49cc1dd8b884a530563bcb37ac1cba367258d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 16 Aug 2001 18:12:46 +0000 Subject: add remove_unused to have more place for mo files --- perl-install/install2.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 190b529ab..b8ddbb3d3 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -537,6 +537,7 @@ sub main { add2hash($o->{netc}, network::read_resolv_conf($file)); } } + install_any::remove_unused(); #-the main cycle my $clicked = 0; -- cgit v1.2.1