Remove obsolete ldconfig scriptlets

References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2019-01-22 18:41:15 +01:00
parent 98fe178286
commit 7cccf00f6e
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -151,11 +151,11 @@ find %{buildroot} \( -name '*.la' -o -name '*.a' \) -exec rm -f {} ';'
%systemd_preun usbguard.service
%post
/sbin/ldconfig
%{?ldconfig}
%systemd_post usbguard.service
%postun
/sbin/ldconfig
%{?ldconfig}
%systemd_postun usbguard.service
%files