summarylogtreecommitdiffstats
path: root/tlp.install
diff options
context:
space:
mode:
Diffstat (limited to 'tlp.install')
-rw-r--r--tlp.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/tlp.install b/tlp.install
new file mode 100644
index 000000000000..65353c41d694
--- /dev/null
+++ b/tlp.install
@@ -0,0 +1,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
+}
+