core/uswsusp/uresume-install

17 lines
250 B
Plaintext
Raw Normal View History

2010-08-18 18:47:17 +08:00
# vim:set ft=sh:
install ()
{
MODULES=""
2012-06-17 00:45:56 +08:00
BINARIES=" /usr/lib/suspend/uresume"
2010-08-18 18:47:17 +08:00
FILES=" /etc/suspend.conf"
SCRIPT="uresume"
}
help ()
{
cat<<HELPEOF
This hook initializes support for resuming from Disk.
Supports uswsusp.
HELPEOF
}