core/uswsusp-splashy/uresume-install

17 lines
262 B
Plaintext
Raw Normal View History

2011-02-22 01:01:44 +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 with Splashy.
HELPEOF
}