/
proc
/
self
/
root
/
etc
/
kernel
/
postinst.d
/
Upload File
HOME
#!/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