post_install() {
	systemctl enable linux-modules-cleanup
}

post_upgrade() {
	systemctl is-enabled linux-modules-cleanup >/dev/null || systemctl enable linux-modules-cleanup
}
