diff options
Diffstat (limited to 'system_install')
-rwxr-xr-x | system_install | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/system_install b/system_install index 5f231a8..223355e 100755 --- a/system_install +++ b/system_install @@ -17,11 +17,6 @@ git submodule update --init || (echo "Submodule update failed!"; exit 5) ################################################################################# -if ask "Laptop ACPI and pm"; then - inst system/etc/acpi/handler.sh /etc/acpi/handler.sh - inst system/etc/pm/sleep.d/10lock /etc/pm/sleep.d/10lock -fi - if ask "System PATH profile"; then inst system/etc/profile.d/path.sh /etc/profile.d/path.sh fi |