aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qemuarm64-poky-linux/linux-yocto/kernel-module-ip6table-mangle-5.15.108-yocto-standard/latest.pkg_postrm
blob: a5cdcba8d298edcc124bb13f448cc2e604ad4252 (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
fi