Your IP : 216.73.216.165


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/linux-image-4.19.126.mptcp.preinst

#!/bin/sh

set -e

# Pass maintainer script parameters to hook scripts
export DEB_MAINT_PARAMS="$*"

# Tell initramfs builder whether it's wanted
export INITRD=Yes

test -d /etc/kernel/preinst.d && run-parts --arg="4.19.126.mptcp" --arg="/boot/vmlinuz-4.19.126.mptcp" /etc/kernel/preinst.d
exit 0