mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
17 lines
249 B
Text
17 lines
249 B
Text
|
# 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
|
||
|
}
|