PKGBUILDs/community/uswsusp/uresume-install
2009-10-09 21:15:33 -05:00

16 lines
249 B
Bash

# 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
}