lz4 expansion of %ldconfig_scriptlets

add the el7 equivalent
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

Signed-off-by: basebuilder_pel7ppc64bebuilder0 <basebuilder@powerel.org>
master
basebuilder_pel7ppc64bebuilder0 2018-05-29 22:29:07 +02:00
parent 2da5ffd41f
commit d992c420a2
1 changed files with 3 additions and 1 deletions

View File

@ -51,7 +51,9 @@ chmod +x ./configure
# Someone thinks that plain Makefiles are good for bigger projects than hello world..
%make_install LIBDIR=%{_libdir} PREFIX=%{_prefix}

%ldconfig_scriptlets libs
#%ldconfig_scriptlets libs
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files
%license programs/COPYING