芝麻web文件管理V1.00
编辑当前文件:/var/lib/dpkg/info/plymouth-theme-ubuntu-text.prerm
#!/bin/sh set -e if [ "x$1" = xremove ]; then update-alternatives \ --remove text.plymouth /usr/share/plymouth/themes/ubuntu-text/ubuntu-text.plymouth rm -f /usr/share/plymouth/themes/ubuntu-text/ubuntu-text.plymouth fi