From 234189fa092bad5b62ba2bba6d67be152720657d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 14 Mar 2014 08:36:41 +0100 Subject: drop disabling supermount supermount is dead since 2007 (commit 29b91486ff7de14e6f4388ee03bf426a912f76d9) --- perl-install/modules/any_conf.pm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'perl-install/modules/any_conf.pm') diff --git a/perl-install/modules/any_conf.pm b/perl-install/modules/any_conf.pm index 3873955b3..9f607dbe8 100644 --- a/perl-install/modules/any_conf.pm +++ b/perl-install/modules/any_conf.pm @@ -139,10 +139,7 @@ sub write { #- Substitute new config (if config has changed) substInFile { my ($type, $module, $val) = split(' ', chomp_($_), 3); - if ($type eq 'post-install' && $module eq 'supermount') { - #- remove the post-install supermount stuff. - $_ = ''; - } elsif (member($type, $conf->handled_fields)) { + if (member($type, $conf->handled_fields)) { my $new_val = $conf->{$module}{$type}; if (!$new_val) { $_ = ''; -- cgit v1.2.1