summarylogtreecommitdiffstats
path: root/powertop-auto-tune.install
blob: e7650df6b67f9cac66b2b5024896730d17e4b05b (plain)
1
2
3
4
5
6
7
post_install() {
    echo
    echo "Execute the following command to enable powertop.service:"
    echo
    echo "      systemctl enable powertop"
    echo
}