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:40:28 +01:00
parent ec7ccbb10a
commit 0ab451df92
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -101,13 +101,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%check
make check
%post -n ndctl-libs -p /sbin/ldconfig
%ldconfig_scriptlets -n ndctl-libs
%postun -n ndctl-libs -p /sbin/ldconfig
%post -n daxctl-libs -p /sbin/ldconfig
%postun -n daxctl-libs -p /sbin/ldconfig
%ldconfig_scriptlets -n daxctl-libs
%define bashcompdir %(pkg-config --variable=completionsdir bash-completion)