文件操作 - xml-core.preinst
返回文件管理
返回主菜单
删除本文件
文件: /var/lib/dpkg/info/xml-core.preinst
编辑文件内容
#!/bin/sh ## ---------------------------------------------------------------------- ## debian/preinst : preinstallation script for xml-core ## ---------------------------------------------------------------------- ## ---------------------------------------------------------------------- set -e ## ---------------------------------------------------------------------- if [ "$1" = "install" ] then ## ------------------------------------------------------------------ ## preserve legacy /etc/xml/catalog if [ -f /etc/xml/catalog ] then mv /etc/xml/catalog /etc/xml/catalog.legacy fi fi ## ---------------------------------------------------------------------- ## automatically generated debhelper commands exit 0 ## ----------------------------------------------------------------------
修改文件时间
将文件时间修改为当前时间的前一年
删除文件