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 : 3.145.72.55


Current Path : /proc/thread-self/root/etc/kernel/postinst.d/
Upload File :
Current File : //proc/thread-self/root/etc/kernel/postinst.d/unattended-upgrades

#!/bin/sh

case "$DPKG_MAINTSCRIPT_PACKAGE::$DPKG_MAINTSCRIPT_NAME" in
   linux-image-extra*::postrm)
      exit 0;;
esac

if [ -d /var/run ]; then
   touch /var/run/reboot-required
fi