nix: fix prevent-install-and-copy.patch (#787)

This commit is contained in:
расходный материал 2024-11-04 00:21:17 +08:00 committed by GitHub
parent 6a13948458
commit 41081a5bdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 4 deletions

View File

@ -1,8 +1,8 @@
diff --git a/auto_cpufreq/core.py b/auto_cpufreq/core.py diff --git a/auto_cpufreq/core.py b/auto_cpufreq/core.py
index 6ee9986..5015982 100755 index 3475232..2dff5fb 100755
--- a/auto_cpufreq/core.py --- a/auto_cpufreq/core.py
+++ b/auto_cpufreq/core.py +++ b/auto_cpufreq/core.py
@@ -260,18 +260,12 @@ def get_current_gov(): @@ -277,18 +277,12 @@ def get_current_gov():
) )
def cpufreqctl(): def cpufreqctl():
@ -25,7 +25,7 @@ index 6ee9986..5015982 100755
def footer(l=79): print("\n" + "-" * l + "\n") def footer(l=79): print("\n" + "-" * l + "\n")
@@ -287,27 +281,8 @@ def remove_complete_msg(): @@ -306,29 +300,8 @@ def remove_complete_msg():
footer() footer()
def deploy_daemon(): def deploy_daemon():
@ -47,6 +47,8 @@ index 6ee9986..5015982 100755
- gnome_power_detect_install() - gnome_power_detect_install()
- gnome_power_svc_disable() - gnome_power_svc_disable()
- -
- tuned_svc_disable()
-
- tlp_service_detect() # output warning if TLP service is detected - tlp_service_detect() # output warning if TLP service is detected
- -
- call("/usr/local/bin/auto-cpufreq-install", shell=True) - call("/usr/local/bin/auto-cpufreq-install", shell=True)
@ -55,7 +57,7 @@ index 6ee9986..5015982 100755
def deploy_daemon_performance(): def deploy_daemon_performance():
print("\n" + "-" * 21 + " Deploying auto-cpufreq as a daemon (performance) " + "-" * 22 + "\n") print("\n" + "-" * 21 + " Deploying auto-cpufreq as a daemon (performance) " + "-" * 22 + "\n")
@@ -339,35 +314,7 @@ def deploy_daemon_performance(): @@ -360,37 +333,7 @@ def deploy_daemon_performance():
call("/usr/local/bin/auto-cpufreq-install", shell=True) call("/usr/local/bin/auto-cpufreq-install", shell=True)
@ -73,6 +75,8 @@ index 6ee9986..5015982 100755
- gnome_power_rm_reminder() - gnome_power_rm_reminder()
- gnome_power_svc_enable() - gnome_power_svc_enable()
- -
- tuned_svc_enable()
-
- # run auto-cpufreq daemon remove script - # run auto-cpufreq daemon remove script
- call("/usr/local/bin/auto-cpufreq-remove", shell=True) - call("/usr/local/bin/auto-cpufreq-remove", shell=True)
- -