芝麻web文件管理V1.00
编辑当前文件:/var/lib/dpkg/info/python3.postrm
#! /bin/sh set -e case "$1" in purge) rm -rf /etc/python3 esac