post_install() {
 echo "Enabling systemd service"
         systemctl enable power-profiles-daemon.service
}

post_upgrade() {

    post_install
}

post_remove() {
  echo "Disabling systemd service"
         systemctl disable power-profiles-daemon.service
}
