mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 19:07:14 +08:00
17 lines
262 B
Plaintext
17 lines
262 B
Plaintext
|
# 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 with Splashy.
|
||
|
HELPEOF
|
||
|
}
|