PKGBUILDs/community/uswsusp/uresume-install

17 lines
249 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00: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
}