diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-08-09 13:08:29 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-08-09 13:08:29 +0200 |
commit | adaf5f3c258d5875fd01aa47948204e0cb2420b5 (patch) | |
tree | 7561fe6ed3a059f36661b955b1c67b0db1c05e18 /system_install | |
parent | c6d61873f998e8eda3d09e98fb5a2f80f3336de9 (diff) | |
download | myconfigs-adaf5f3c258d5875fd01aa47948204e0cb2420b5.tar.gz myconfigs-adaf5f3c258d5875fd01aa47948204e0cb2420b5.tar.bz2 myconfigs-adaf5f3c258d5875fd01aa47948204e0cb2420b5.zip |
Drop part of system_install
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 |