文件操作 - console-setup.postrm
返回文件管理
返回主菜单
删除本文件
文件: /var/lib/dpkg/info/console-setup.postrm
编辑文件内容
#!/bin/sh set -e if [ purge = "$1" ]; then rm -f /etc/default/console-setup fi if [ remove = "$1" -o purge = "$1" ]; then if [ ! -f /bin/setupcon ]; then rm -f /etc/console-setup/cached_* fi fi # Automatically added by dh_installdebconf/13.11.4 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi # End automatically added section
修改文件时间
将文件时间修改为当前时间的前一年
删除文件