✏️ 正在编辑: mime-support.postinst
路径:
/var/lib/dpkg/info/mime-support.postinst
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
#! /bin/sh -e # dpkg triggers support for update-mime if [ "$1" = "triggered" ]; then test -x /usr/sbin/update-mime && /usr/sbin/update-mime --triggered exit 0 fi # Remove the old status directory (and any orphaned install-mime program) rm -fr /var/lib/mime rm -f /usr/sbin/install-mime # Remove the "see" as alternative for "view" # Closes: #623384 # This command can be removed after the Jessie release update-alternatives --remove view /usr/bin/see # Run the update program if [ -x /usr/sbin/update-mime ]; then /usr/sbin/update-mime --triggered fi
💾 保存文件
← 返回文件管理器