diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-05-01 02:37:22 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-05-01 02:41:54 +0200 |
commit | ea72e206bd6ab2cb5fbe15340c0cde9cf04d5db2 (patch) | |
tree | f55abbfa3e7ced651bbf2317f434c7f86aa2519e /perl-install/any.pm | |
parent | 2eba0d7dcd799c3e220dcb4ee22b43b88baec16f (diff) | |
download | drakx-ea72e206bd6ab2cb5fbe15340c0cde9cf04d5db2.tar drakx-ea72e206bd6ab2cb5fbe15340c0cde9cf04d5db2.tar.gz drakx-ea72e206bd6ab2cb5fbe15340c0cde9cf04d5db2.tar.bz2 drakx-ea72e206bd6ab2cb5fbe15340c0cde9cf04d5db2.tar.xz drakx-ea72e206bd6ab2cb5fbe15340c0cde9cf04d5db2.zip |
acpi service doesn't exist anymore
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 55ad37d3a..0d58f95cb 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -121,7 +121,7 @@ sub install_acpi_pkgs { $do_pkgs->ensure_files_are_installed([ [ qw(acpi acpi) ], [ qw(acpid acpid) ] ], $::isInstall); } require services; - services::set_status($_, $use_acpi, $::isInstall) foreach qw(acpi acpid); + services::set_status($_, $use_acpi, $::isInstall) foreach qw(acpid); } sub setupBootloaderBeforeStandalone { |