summarylogtreecommitdiffstats
path: root/delayed_hibernation.install
blob: 63bcae9c83dc96bf7627ed6e510e4a5c9eb3d900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
cat << EOF

    Be sure to have configured hibernation first! Read the wiki for more info:
        https://wiki.archlinux.org/index.php/Power_management/Suspend_and_hibernate#Hibernation
    
    Check '/etc/delayed_hibernation.conf' for further configuration.

EOF
}

post_upgrade() {
        post_install
}