summaryrefslogtreecommitdiff
path: root/pcr/phc-intel-dkms/phc-intel.system-sleep
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/phc-intel-dkms/phc-intel.system-sleep')
-rw-r--r--pcr/phc-intel-dkms/phc-intel.system-sleep5
1 files changed, 5 insertions, 0 deletions
diff --git a/pcr/phc-intel-dkms/phc-intel.system-sleep b/pcr/phc-intel-dkms/phc-intel.system-sleep
new file mode 100644
index 000000000..c76ea6aaf
--- /dev/null
+++ b/pcr/phc-intel-dkms/phc-intel.system-sleep
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+if [ "$1" = post ]; then
+ . /usr/bin/phc-intel set
+fi