#!/bin/sh
if [ "$1" = 'post' ]; then
  intel-undervolt apply --trigger
fi
