core/uswsusp/uresume-install
2010-08-18 10:47:17 +00:00

17 lines
249 B
Bash

# vim:set ft=sh:
install ()
{
MODULES=""
BINARIES=" /usr/lib/suspend/resume"
FILES=" /etc/suspend.conf"
SCRIPT="uresume"
}
help ()
{
cat<<HELPEOF
This hook initializes support for resuming from Disk.
Supports uswsusp.
HELPEOF
}