summarylogtreecommitdiffstats
path: root/phc-intel-scripts.install
diff options
context:
space:
mode:
Diffstat (limited to 'phc-intel-scripts.install')
-rw-r--r--phc-intel-scripts.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/phc-intel-scripts.install b/phc-intel-scripts.install
new file mode 100644
index 000000000000..3021e0083f7e
--- /dev/null
+++ b/phc-intel-scripts.install
@@ -0,0 +1,11 @@
+post_install() {
+ printf '\n'
+ printf '%s\n' 'You can enter the desired voltage IDs in /etc/default/phc-intel.'
+ printf '%s\n' 'The `phc-intel` command should apply them.'
+ printf '%s\n' 'Booting with the `nophc` kernel parameter skips setting of VIDs by that script; use it in case of failure.'
+ printf '\n'
+}
+
+post_upgrade() {
+ post_install "$@"
+}