summarylogtreecommitdiffstats
path: root/phc-intel.sleep.pm-utils
blob: a8d4f4fd7cbde956e3379285e6c80954eca61d4a (plain)
1
2
3
4
5
6
7
#!/bin/bash

case $1 in
  resume|thaw)
    /usr/bin/phc-intel set
  ;;
esac