0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.118.33.239


Current Path : /proc/thread-self/root/var/lib/dpkg/info/
Upload File :
Current File : //proc/thread-self/root/var/lib/dpkg/info/linux-headers-5.4.0-1103-aws.postinst

#!/bin/sh
set -e

version=5.4.0-1103-aws

if [ "$1" != configure ]; then
    exit 0
fi

if [ -d /etc/kernel/header_postinst.d ]; then
    DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \
		/etc/kernel/header_postinst.d
fi

exit 0