芝麻web文件管理V1.00
编辑当前文件:/var/lib/dpkg/info/netcat-openbsd.prerm
#!/bin/sh set -e if [ "$1" = "remove" ]; then update-alternatives --remove nc /bin/nc.openbsd fi exit 0