#!/bin/bash

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