文件操作 - ed.postinst
返回文件管理
返回主菜单
删除本文件
文件: /var/lib/dpkg/info/ed.postinst
编辑文件内容
#!/bin/sh set -e case "$1" in configure|abort-upgrade|abort-remove|abort-deconfigure) update-alternatives --quiet --install /usr/bin/editor editor /bin/ed -100 \ --slave /usr/share/man/man1/editor.1.gz editor.1.gz /usr/share/man/man1/ed.1.gz ;; esac
修改文件时间
将文件时间修改为当前时间的前一年
删除文件