/
var
/
lib
/
dpkg
/
info
/
Upload File
HOME
#!/bin/sh set -e case "$1" in configure) dpkg-trigger --no-await update-initramfs ;; esac exit 0