rpm-config/brp-ldconfig

9 lines
178 B
Plaintext
Raw Normal View History

2020-01-13 13:01:04 +08:00
#!/bin/sh -efu
# 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"