aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qemuarm64-poky-linux/linux-yocto/kernel-module-xfrm-user-5.15.108-yocto-standard/latest.pkg_postrm
diff options
context:
space:
mode:
Diffstat (limited to 'packages/qemuarm64-poky-linux/linux-yocto/kernel-module-xfrm-user-5.15.108-yocto-standard/latest.pkg_postrm')
-rw-r--r--packages/qemuarm64-poky-linux/linux-yocto/kernel-module-xfrm-user-5.15.108-yocto-standard/latest.pkg_postrm8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/qemuarm64-poky-linux/linux-yocto/kernel-module-xfrm-user-5.15.108-yocto-standard/latest.pkg_postrm b/packages/qemuarm64-poky-linux/linux-yocto/kernel-module-xfrm-user-5.15.108-yocto-standard/latest.pkg_postrm
new file mode 100644
index 000000000000..a5cdcba8d298
--- /dev/null
+++ b/packages/qemuarm64-poky-linux/linux-yocto/kernel-module-xfrm-user-5.15.108-yocto-standard/latest.pkg_postrm
@@ -0,0 +1,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
+