PKGBUILDs/community/uswsusp/uresume-hook
2009-10-09 21:15:33 -05:00

6 lines
93 B
Bash

# vim:set ft=sh:
run_hook ()
{
# Try resuming with uswsusp
/usr/lib/suspend/resume
}