extramodules=/lib/modules/extramodules-6.17

post_install() {
  depmod -v $(< "$extramodules/version") &>/dev/null
}

post_upgrade() {
	post_install
}

post_remove() {
	post_install
}
