summaryrefslogtreecommitdiff
path: root/pinebookpro-post-install.install
blob: 5d1f394cd57032a7d968bc71252fd18c58c609a8 (plain)
1
2
3
4
5
6
7
8
 post_install() {
  # Edit the sleep.conf file
  sed -i s/"#SuspendState=mem standby freeze"/SuspendState=freeze/g /etc/systemd/sleep.conf
}
 
 post_upgrade() {
  post_install
}