D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
etc
/
kernel
/
postinst.d
/
Filename :
unattended-upgrades
back
Copy
#!/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