芝麻web文件管理V1.00
编辑当前文件:/var/lib/dpkg/info/dmsetup.postinst
#!/bin/sh set -e case "$1" in configure) if [ -x /usr/sbin/update-initramfs ]; then update-initramfs -u fi ;; esac exit 0