core/fbsplash-uswsusp/uresume-install

17 lines
281 B
Plaintext
Raw Normal View History

2010-06-23 17:34:46 +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
provided by uswsusp; a modified userspace project.
HELPEOF
}