summarylogtreecommitdiffstats
path: root/suspend2hibernation.install
blob: afb9ee5544bc013c8fbbc88a079108861f8d79a8 (plain)
1
2
3
4
5
6
7
8
post_install() {
  cat << "EOF"
==>
==> Enable the suspend2hibernation.service using systemd:
==> # systemctl enable suspend2hibernation.service
==>
EOF
}