文件操作 - debconf.config
返回文件管理
返回主菜单
删除本文件
文件: /var/lib/dpkg/info/debconf.config
编辑文件内容
#!/bin/sh set -e # This is to handle upgrading from old versions of debconf. If the # file doesn't exist yet, this package is being preconfiged, and # we might as well just exit and wait until the postinst # runs the config script. if [ ! -e /usr/share/debconf/confmodule ]; then exit fi . /usr/share/debconf/confmodule db_version 2.0 db_capb backup db_beginblock db_input medium debconf/frontend || true db_input medium debconf/priority || true db_endblock db_go || true
修改文件时间
将文件时间修改为当前时间的前一年
删除文件