✏️ 正在编辑: 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
💾 保存文件
← 返回文件管理器