summarylogtreecommitdiffstats
path: root/tlp.install
blob: 65353c41d694c66775c8b73864cf2aeb68b9f165 (plain)
1
2
3
4
5
6
7
8
9
post_upgrade() {
  if [ $(vercmp $2 1.3.0) -lt 0 ]; then
    cat << EOF
The default TLP configuration has moved from /etc/default/tlp to /etc/tlp.conf.
The syntax is the same, you can move your old configuration or start fresh.
EOF
  fi
}