post_install() {
	cat <<EOF
:: To enable the cpupower-gui helper and service, run:
::   systemctl enable --now cpupower-gui-helper.service
::   systemctl enable --now cpupower-gui.service
::
:: For the optional per-user service:
::   systemctl --user enable --now cpupower-gui-user.service
EOF
}

post_upgrade() {
	post_install
}
