updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / uswsusp-fbsplash / uresume-install
blob0e82af0e23d381126288381d8038b6fbd8d18931
1 #!/bin/bash
3 build() {
4 MODULES=""
5 BINARIES="/usr/lib/suspend/resume"
6 FILES="/etc/suspend.conf"
7 SCRIPT="uresume"
10 help() {
11 cat<<HELPEOF
12 This hook initializes support for resuming from Disk.
13 Supports uswsusp with Fbsplash.
14 HELPEOF
17 # vim:set ft=sh: