diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2022-04-06 19:45:37 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2022-04-12 01:03:19 -0400 |
commit | 8144b256315765a54169b04c16ffd47c6f4213a2 (patch) | |
tree | 9ac8aeaedc5c6f5e2bf444b22ad0ae766facd9ce /pcr/phc-intel/phc-intel.system-sleep | |
parent | f66887ec1352fc77e21efdeef796fd6825dc90e3 (diff) | |
download | abslibre-8144b256315765a54169b04c16ffd47c6f4213a2.tar.gz abslibre-8144b256315765a54169b04c16ffd47c6f4213a2.tar.bz2 abslibre-8144b256315765a54169b04c16ffd47c6f4213a2.zip |
[phc-intel]: add package
Diffstat (limited to 'pcr/phc-intel/phc-intel.system-sleep')
-rw-r--r-- | pcr/phc-intel/phc-intel.system-sleep | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pcr/phc-intel/phc-intel.system-sleep b/pcr/phc-intel/phc-intel.system-sleep new file mode 100644 index 000000000..c76ea6aaf --- /dev/null +++ b/pcr/phc-intel/phc-intel.system-sleep @@ -0,0 +1,5 @@ +#!/bin/bash + +if [ "$1" = post ]; then + . /usr/bin/phc-intel set +fi |