updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / ricoh-e823-fix / e823fix.pmutils
blobe4262d2995f1de4e29d09c49d80fdc6a2280e986
1 #!/bin/bash
2 case ${1} in
3 hibernate|suspend)
4 echo "e823fix: Nothing to do"
5 ;;
6 thaw|resume)
7 echo "e823fix: Restarting service..."
8 /usr/sbin/e823fix_wrapper
9 ;;
11 echo "e823fix: Just what do you think you're doing?? :D"
13 esac