文件操作 - dirmngr.postrm
返回文件管理
返回主菜单
删除本文件
文件: /var/lib/dpkg/info/dirmngr.postrm
编辑文件内容
#!/bin/sh set -e # Automatically added by dh_installdeb/13.11.4 dpkg-maintscript-helper rm_conffile /etc/default/dirmngr -- "$@" dpkg-maintscript-helper rm_conffile /etc/dirmngr/dirmngr.conf -- "$@" dpkg-maintscript-helper rm_conffile /etc/dirmngr/ldapservers.conf -- "$@" dpkg-maintscript-helper rm_conffile /etc/init.d/dirmngr -- "$@" dpkg-maintscript-helper rm_conffile /etc/logrotate.d/dirmngr -- "$@" # End automatically added section # Automatically added by dh_installsystemduser/13.11.4 if [ "$1" = "purge" ]; then if [ -z "${DPKG_ROOT:-}" ] && [ -x "/usr/bin/deb-systemd-helper" ] ; then deb-systemd-helper --user purge 'dirmngr.socket' >/dev/null || true fi fi # End automatically added section
修改文件时间
将文件时间修改为当前时间的前一年
删除文件