summaryrefslogtreecommitdiffstats
path: root/install/resume
blob: 914bca2d55b712316efaaf74865f4f4f937b9e41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

build() {
    add_runscript
}

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

# vim: set ft=sh ts=4 sw=4 et: