From a6adb010e708615228fa6d8101bd4fdb2db4b724 Mon Sep 17 00:00:00 2001 From: Adnan Hodzic Date: Sun, 5 Jan 2020 17:40:02 +0100 Subject: [PATCH] remove removal of daemon install marker --- scripts/auto-cpufreq-remove.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/auto-cpufreq-remove.sh b/scripts/auto-cpufreq-remove.sh index a83bc86..aafe248 100755 --- a/scripts/auto-cpufreq-remove.sh +++ b/scripts/auto-cpufreq-remove.sh @@ -35,7 +35,4 @@ rm /usr/bin/auto-cpufreq echo -e "\n* Removing auto-cpufreq log file" rm /var/log/auto-cpufreq.log -echo -e "\n* Removing auto-cpufreq daemon install marker" -rm /etc/opt/auto-cpufreq - echo -e "\n-------------------------------------------------------------------------------\n" \ No newline at end of file