Drop unneeded ldconfig calls

epel9
Kevin Fenzi 7 years ago
parent 80a5f3ae05
commit 9b34cc1a11

@ -52,10 +52,6 @@ export LD_LIBRARY_PATH=$RPM_BUILD_DIR/%{name}-%{version}/.libs
%install %install
%{__make} install DESTDIR=${RPM_BUILD_ROOT} INSTALL="%{__install} -p" %{__make} install DESTDIR=${RPM_BUILD_ROOT} INSTALL="%{__install} -p"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc AUTHORS COPYING README ChangeLog NEWS %doc AUTHORS COPYING README ChangeLog NEWS

Loading…
Cancel
Save