post_install() {
  printf '==> Enabling systemd service\n'
  printf '    \n'
  cp /opt/calamares/cleanupoem.service /usr/lib/systemd/system
  systemctl enable cleanupoem
}
