summaryrefslogtreecommitdiffstats
path: root/install/resume
blob: b214b615c30c7d97a0826753267ab436c5d20bcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# vim:set ft=sh:
install ()
{
    MODULES=""
    BINARIES=""
    FILES=""
    SCRIPT="resume"
}

help ()
{
cat<<HELPEOF
  This hook initializes support for resuming from Disk
  and/or Memory.  Supports suspend2 if found.
HELPEOF
}