3cb3054de7
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/redhat-rpm-config#68541612591bce70d6ea46de1f747e6259d71636
10 lines
307 B
Plaintext
10 lines
307 B
Plaintext
#%ldconfig /sbin/ldconfig
|
|
%ldconfig_post(n:) %{?ldconfig:%post -p %ldconfig %{?*} %{-n:-n %{-n*}}\
|
|
%end}
|
|
%ldconfig_postun(n:) %{?ldconfig:%postun -p %ldconfig %{?*} %{-n:-n %{-n*}}\
|
|
%end}
|
|
%ldconfig_scriptlets(n:) %{?ldconfig:\
|
|
%ldconfig_post %{?*} %{-n:-n %{-n*}}\
|
|
%ldconfig_postun %{?*} %{-n:-n %{-n*}}\
|
|
}
|