#!/bin/sh

case $1 in
    pre)  "/usr/bin/fw-fanctrl" pause ;;
    post) "/usr/bin/fw-fanctrl" resume ;;
esac
