Drop unneeded ldconfig calls

epel9
Kevin Fenzi 7 years ago
parent 0431773b6b
commit efe91aaf9a

@ -42,9 +42,6 @@ make %{?_smp_mflags}
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files %files
%license COPYING %license COPYING
%doc AUTHORS ChangeLog README %doc AUTHORS ChangeLog README

Loading…
Cancel
Save