mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 22:27:12 +08:00
17 lines
281 B
Plaintext
17 lines
281 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
|
||
|
provided by uswsusp; a modified userspace project.
|
||
|
HELPEOF
|
||
|
}
|