芝麻web文件管理V1.00
编辑当前文件:/var/lib/dpkg/info/debianutils.prerm
#!/bin/sh set -e case "$1" in (remove) update-alternatives --remove which /usr/bin/which.debianutils ;; esac