文件操作 - dbus-system-bus-common.postinst
返回文件管理
返回主菜单
删除本文件
文件: /var/lib/dpkg/info/dbus-system-bus-common.postinst
编辑文件内容
#!/bin/sh # Copyright © 2003 Colin Walters <walters@debian.org> # Copyright © 2006 Sjoerd Simons <sjoerd@debian.org> set -e MESSAGEUSER=messagebus in_sysroot () { if [ -z "${DPKG_ROOT:-}" ]; then "$@" else chroot "${DPKG_ROOT}" "$@" fi } if [ "$1" = configure ]; then in_sysroot adduser --system \ --quiet \ --home /nonexistent \ --no-create-home \ --disabled-password \ --group "$MESSAGEUSER" fi
修改文件时间
将文件时间修改为当前时间的前一年
删除文件