17746cb929
Some people tend to use comments in spec files which adds them into the scriptlet and we don't want this. Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
10 lines
255 B
Plaintext
10 lines
255 B
Plaintext
#%ldconfig /sbin/ldconfig
|
|
%ldconfig_post %{?ldconfig:%post -p %ldconfig\
|
|
%end}
|
|
%ldconfig_postun %{?ldconfig:%postun -p %ldconfig\
|
|
%end}
|
|
%ldconfig_scriptlets(n:) %{?ldconfig:\
|
|
%ldconfig_post %{?*} %{-n:-n %{-n*}}\
|
|
%ldconfig_postun %{?*} %{-n:-n %{-n*}}\
|
|
}
|