文件操作 - brp-ldconfig
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/rpm/redhat/brp-ldconfig
编辑文件内容
#!/bin/sh -f # Force creating of DSO symlinks. # If using normal root, avoid changing anything. if [ -z "$RPM_BUILD_ROOT" -o "$RPM_BUILD_ROOT" = "/" ]; then exit 0 fi /sbin/ldconfig -N -r "$RPM_BUILD_ROOT" # TODO: warn if it created new symlinks and guide people.
修改文件时间
将文件时间修改为当前时间的前一年
删除文件