-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a266fc3
commit b468af5
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
post_install() { | ||
systemctl enable power-profiles-daemon-biglinux-cpufreq.path | ||
systemctl enable --now power-profiles-daemon-biglinux-cpufreq.path | ||
systemctl mask power-profiles-daemon.service | ||
systemctl enable power-profiles-daemon-biglinux.service | ||
systemctl enable --now power-profiles-daemon-biglinux.service | ||
} | ||
|
||
pre_remove() { | ||
systemctl disable power-profiles-daemon-biglinux-cpufreq.path | ||
systemctl disable --now power-profiles-daemon-biglinux-cpufreq.path | ||
systemctl unmask power-profiles-daemon.service | ||
systemctl disable power-profiles-daemon-biglinux.service | ||
systemctl disable --now power-profiles-daemon-biglinux.service | ||
} |