repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git]
/
uswsusp-fbsplash
/
uresume-install
blob
0e82af0e23d381126288381d8038b6fbd8d18931
1
#!/bin/bash
2
3
build
() {
4
MODULES
=
""
5
BINARIES
=
"/usr/lib/suspend/resume"
6
FILES
=
"/etc/suspend.conf"
7
SCRIPT
=
"uresume"
8
}
9
10
help
() {
11
cat
<<HELPEOF
12
This hook initializes support for resuming from Disk.
13
Supports uswsusp with Fbsplash.
14
HELPEOF
15
}
16
17
# vim:set ft=sh: