core/uswsusp/uresume-install

17 lines
249 B
Plaintext
Raw Normal View History

2010-08-18 18:47:17 +08:00
# 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
}