summarylogtreecommitdiffstats
path: root/uresume-install
blob: dd994649c1fc678823d6f7b39c8f2ba11ebc0df7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# vim:set ft=sh:

build () {
    add_binary /usr/lib/suspend/resume
    add_file /etc/suspend.conf
    add_runscript
}

help () {
	cat <<HELPEOF
  This hook initializes support for resuming from Disk.
  Supports uswsusp.
HELPEOF
}