Skip to content

Commit

Permalink
add now in systemctl
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbarnabedikartola committed May 10, 2023
1 parent a266fc3 commit b468af5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgbuild/power-profiles-daemon-biglinux.install
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
}

0 comments on commit b468af5

Please sign in to comment.