| Path : /proc/thread-self/root/proc/self/root/var/lib/dpkg/info/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //proc/thread-self/root/proc/self/root/var/lib/dpkg/info/dmsetup.postinst |
#!/bin/sh
set -e
case "$1" in
configure)
dpkg-trigger --no-await update-initramfs
;;
esac
exit 0