summarylogtreecommitdiffstats
path: root/phc-intel.system-sleep
diff options
context:
space:
mode:
authorMatthias Dienstbier2015-07-12 15:48:03 +0200
committerMatthias Dienstbier2015-07-12 15:48:03 +0200
commit8ef633a737e5e592fbd35d8c8a1bd8b84bfd3fb6 (patch)
tree460d8a71421937e85e6d3978b2c349e5311b532e /phc-intel.system-sleep
downloadaur-8ef633a737e5e592fbd35d8c8a1bd8b84bfd3fb6.tar.gz
Initial import
Diffstat (limited to 'phc-intel.system-sleep')
-rw-r--r--phc-intel.system-sleep5
1 files changed, 5 insertions, 0 deletions
diff --git a/phc-intel.system-sleep b/phc-intel.system-sleep
new file mode 100644
index 000000000000..c76ea6aafda0
--- /dev/null
+++ b/phc-intel.system-sleep
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+if [ "$1" = post ]; then
+ . /usr/bin/phc-intel set
+fi