aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qemuarm64-poky-linux/lttng-modules/kernel-module-lttng-probe-kmem-5.15.108-yocto-standard/latest.pkg_postrm
blob: a746646e67de96f8ab9e2d36ce1d649202dbeb27 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e
if [ -z "$D" ]; then
	depmod -a 5.15.108-yocto-standard
else
	depmodwrapper -a -b $D 5.15.108-yocto-standard ${KERNEL_PACKAGE_NAME}
fi