post_install() {
	echo "To use intel-lpmd, enable and start intel-lpmd.service:"
	echo "  systemctl enable --now intel-lpmd.service"
}

post_upgrade() {
	post_install
}
