aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qemuarm64-poky-linux/linux-yocto/kernel-module-sch-hfsc-5.15.108-yocto-standard/latest.pkg_postinst
blob: 6318d83fd6bf2b331d41fca0ac24d3fbc22bf9df (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e
if [ -z "$D" ]; then
	depmod -a 5.15.108-yocto-standard
else
	# image.bbclass will call depmodwrapper after everything is installed,
	# no need to do it here as well
	:
fi