✏️ 正在编辑: debianutils.postrm
路径:
/var/lib/dpkg/info/debianutils.postrm
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
#! /bin/sh set -e case "$1" in remove|disappear) if which update-mime >/dev/null; then update-mime fi if test -L /usr/bin/which; then rm /usr/bin/which fi ;; upgrade|failed-upgrade|purge|abort-install|abort-upgrade) ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 1 ;; esac
💾 保存文件
← 返回文件管理器