From 9464e90e0fc14b8e7d7585e1600ac97e502fdb01 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 4 Sep 2001 16:32:23 +0000 Subject: (add_alias): use "above" instead of "post-install" --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/modules.pm b/perl-install/modules.pm index ecfacc22a..644260298 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -486,7 +486,7 @@ sub add_alias { log::l("adding alias $alias to $name"); $conf{$alias}{alias} ||= $name; if ($name =~ /^snd-card-/) { - $conf{$name}{"post-install"} = "modprobe snd-pcm-oss"; + $conf{$name}{above} = 'snd-pcm-oss'; } $alias; } -- cgit v1.2.1